* [PATCH 2/4][ATM]: [iphase] should be __devinit not __init
@ 2006-06-28 13:44 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:44 UTC (permalink / raw)
To: netdev; +Cc: davem
please consider for 2.6.18 -- thanks!
[ATM]: [iphase] should be __devinit not __init
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
---
commit a6d3f9a19cc29d6ece38f057eb896c16a4372129
tree 109e40a1fb873f0105bb75ecf21456f25b1756ef
parent 51403ade3cedfc85f1f41d81cb3a227f9ce2366f
author chas williams <chas@relax.cmf.nrl.navy.mil> Sun, 28 May 2006 22:22:31 -0400
committer chas williams <chas@relax.cmf.nrl.navy.mil> Sun, 28 May 2006 22:22:31 -0400
drivers/atm/iphase.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/atm/iphase.c b/drivers/atm/iphase.c
index 42eb86f..d41196b 100644
--- a/drivers/atm/iphase.c
+++ b/drivers/atm/iphase.c
@@ -2283,7 +2283,7 @@ static int reset_sar(struct atm_dev *dev
}
-static int __init ia_init(struct atm_dev *dev)
+static int __devinit ia_init(struct atm_dev *dev)
{
IADEV *iadev;
unsigned long real_base;
@@ -2479,7 +2479,7 @@ static void ia_free_rx(IADEV *iadev)
iadev->rx_dle_dma);
}
-static int __init ia_start(struct atm_dev *dev)
+static int __devinit ia_start(struct atm_dev *dev)
{
IADEV *iadev;
int error;
^ 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:44 [PATCH 2/4][ATM]: [iphase] should be __devinit not __init 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;
as well as URLs for NNTP newsgroup(s).