commit | b9c6e3e96669ade31afd3a39f17393e577b609c5 | [log] [tgz] |
---|---|---|
author | Kevin Hilman <khilman@mvista.com> | Tue Aug 15 02:02:33 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Aug 17 16:29:53 2006 -0700 |
tree | a503803033ea92a516c41312f6bdac65e5bd80d9 | |
parent | 932f3772cf76cc1b1fd1538ceee3edba9bf2164f [diff] |
[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>