please consider for 2.6.18 -- thanks! [ATM]: [suni] change suni_init to __devinit
Signed-off-by: Chas Williams <[EMAIL PROTECTED]> --- commit 4768199f3a5582378164820cc74251e485a01292 tree fd27293baebffd029ae53a6efe18913cfb68cada parent 3d63ef0340a7f49a72f5eaa33f08b38fa78d48e1 author chas williams <[EMAIL PROTECTED]> Mon, 26 Jun 2006 19:56:00 -0400 committer chas williams <[EMAIL PROTECTED]> 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; - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html