From: Kevin Hilman Date: Tue, 15 Aug 2006 09:02:33 +0000 (-0700) Subject: [ATM]: Compile error on ARM X-Git-Tag: v2.6.18-rc5~76^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9c6e3e96669ade31afd3a39f17393e577b609c5;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed