From: Yinghai Lu Date: Mon, 8 Dec 2008 22:06:17 +0000 (-0800) Subject: sparseirq: fix Alpha build failure X-Git-Tag: v2.6.29-rc1~538^2~26^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=240d367b4e6c6e3c5075e034db14dba60a6f5fa7;p=pandora-kernel.git sparseirq: fix Alpha build failure Impact: build fix on Alpha -tip testing found this build failure on the Alpha defconfig: /home/mingo/tip/fs/proc/stat.c: In function 'show_stat': /home/mingo/tip/fs/proc/stat.c:48: error: implicit declaration of function 'for_each_irq_desc' /home/mingo/tip/fs/proc/stat.c:48: error: expected ';' before '{' token can not use irq_desc() in stat.c on older architectures. Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed