sparseirq: fix Alpha build failure
authorYinghai Lu <yinghai@kernel.org>
Mon, 8 Dec 2008 22:06:17 +0000 (14:06 -0800)
committerIngo Molnar <mingo@elte.hu>
Tue, 9 Dec 2008 03:16:54 +0000 (04:16 +0100)
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 <yinghai@kernel.orgg>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found