diff options
| author | Chas Williams <chas@cmf.nrl.navy.mil> | 2006-06-29 15:35:49 -0400 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-29 19:58:17 -0400 |
| commit | d17f086550a6fdb13fe82371d60ebf80904c6f96 (patch) | |
| tree | 161770a40009ca207942406d0b04979e73a26529 | |
| parent | 249c14b55c8576ad8c6ec23c7c1b3b2219b33e54 (diff) | |
[ATM]: [suni] change suni_init to __devinit
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | drivers/atm/he.c | 2 | ||||
| -rw-r--r-- | 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 fde9334059..a486eb1f16 100644 --- a/drivers/atm/he.c +++ b/drivers/atm/he.c | |||
| @@ -1018,7 +1018,7 @@ he_init_irq(struct he_dev *he_dev) | |||
| 1018 | return 0; | 1018 | return 0; |
| 1019 | } | 1019 | } |
| 1020 | 1020 | ||
| 1021 | static int __init | 1021 | static int __devinit |
| 1022 | he_start(struct atm_dev *dev) | 1022 | he_start(struct atm_dev *dev) |
| 1023 | { | 1023 | { |
| 1024 | struct he_dev *he_dev; | 1024 | struct he_dev *he_dev; |
diff --git a/drivers/atm/suni.c b/drivers/atm/suni.c index b1d063cc4f..f04f39c008 100644 --- a/drivers/atm/suni.c +++ b/drivers/atm/suni.c | |||
| @@ -289,7 +289,7 @@ static const struct atmphy_ops suni_ops = { | |||
| 289 | }; | 289 | }; |
| 290 | 290 | ||
| 291 | 291 | ||
| 292 | int suni_init(struct atm_dev *dev) | 292 | int __devinit suni_init(struct atm_dev *dev) |
| 293 | { | 293 | { |
| 294 | unsigned char mri; | 294 | unsigned char mri; |
| 295 | 295 | ||
