Netdev List
 help / color / mirror / Atom feed
* [PATCH 3/4][ATM]: [suni] change suni_init to __devinit
@ 2006-06-28 13:45 chas williams - CONTRACTOR
  2006-06-29 19:36 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: chas williams - CONTRACTOR @ 2006-06-28 13:45 UTC (permalink / raw)
  To: netdev; +Cc: davem

please consider for 2.6.18 -- thanks!

[ATM]: [suni] change suni_init to __devinit

Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>

---
commit 4768199f3a5582378164820cc74251e485a01292
tree fd27293baebffd029ae53a6efe18913cfb68cada
parent 3d63ef0340a7f49a72f5eaa33f08b38fa78d48e1
author chas williams <chas@relax.cmf.nrl.navy.mil> Mon, 26 Jun 2006 19:56:00 -0400
committer chas williams <chas@relax.cmf.nrl.navy.mil> Mon, 26 Jun 2006 19:56:00 -0400

 drivers/atm/he.c   |    2 +-
 drivers/atm/suni.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/atm/he.c b/drivers/atm/he.c
index fde9334..a486eb1 100644
--- a/drivers/atm/he.c
+++ b/drivers/atm/he.c
@@ -1018,7 +1018,7 @@ he_init_irq(struct he_dev *he_dev)
 	return 0;
 }
 
-static int __init
+static int __devinit
 he_start(struct atm_dev *dev)
 {
 	struct he_dev *he_dev;
diff --git a/drivers/atm/suni.c b/drivers/atm/suni.c
index b1d063c..f04f39c 100644
--- a/drivers/atm/suni.c
+++ b/drivers/atm/suni.c
@@ -289,7 +289,7 @@ static const struct atmphy_ops suni_ops 
 };
 
 
-int suni_init(struct atm_dev *dev)
+int __devinit suni_init(struct atm_dev *dev)
 {
 	unsigned char mri;
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-29 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-28 13:45 [PATCH 3/4][ATM]: [suni] change suni_init to __devinit chas williams - CONTRACTOR
2006-06-29 19:36 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox