From: Nicolas Pitre Date: Thu, 7 Dec 2006 18:09:20 +0000 (+0100) Subject: [ARM] 3983/2: remove unused argument to __bug() X-Git-Tag: v2.6.20-rc1~34^2~412^2~1^2^3~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7174d852603ced7a161f47c6e3958073706114a9;p=pandora-kernel.git [ARM] 3983/2: remove unused argument to __bug() It appears that include/asm-arm/bug.h requires include/linux/stddef.h for the definition of NULL. It seems that stddef.h was always included indirectly in most cases, and that issue was properly fixed a while ago. Then commit 5047f09b56d0bc3c21aec9cb16de60283da645c6 incorrectly reverted change from commit ff10952a547dad934d9ed9afc5cf579ed1ccb53a (bad dwmw2) and the problem recently resurfaced. Because the third argument to __bug() is never used anyway, RMK suggested getting rid of it entirely instead of readding #include which this patch does. Signed-off-by: Nicolas Pitre Signed-off-by: Russell King --- Reading git-diff-tree failed