Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[ATM] atm/suni.c: Fix section mismatch.

EXPORT_SYMBOL'ed code mustn't be __*init.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Adrian Bunk and committed by
David S. Miller
421c9914 799fa677

+1 -1
+1 -1
drivers/atm/suni.c
··· 289 289 }; 290 290 291 291 292 - int __devinit suni_init(struct atm_dev *dev) 292 + int suni_init(struct atm_dev *dev) 293 293 { 294 294 unsigned char mri; 295 295