]> git.baikalelectronics.ru Git - kernel.git/commit
[ATM]: Compile error on ARM
authorKevin Hilman <khilman@mvista.com>
Tue, 15 Aug 2006 09:02:33 +0000 (02:02 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 17 Aug 2006 23:29:53 +0000 (16:29 -0700)
commit4374e645b54a11107ca7067af41b4b7beb7d1128
treea503803033ea92a516c41312f6bdac65e5bd80d9
parentdd51ae7642bbffc10ce7fec1d6cd37a98112f442
[ATM]: Compile error on ARM

atm_proc_exit() is declared as __exit, and thus in .exit.text.  On
some architectures (ARM) .exit.text is discarded at compile time, and
since atm_proc_exit() is called by some other __init functions, it
results in a link error.

Signed-off-by: Kevin Hilman <khilman@mvista.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/atm/proc.c