linux/arch/sparc
Sam Ravnborg 81265fd93b sparc: fix sparse warnings in irq_32.c
Fix following sparse warnings:
symbol 'static_irqaction' was not declared. Should it be static?
symbol 'static_irq_count' was not declared. Should it be static?
symbol 'irq_action_lock' was not declared. Should it be static?
symbol 'unexpected_irq' was not declared. Should it be static?
symbol 'handler_irq' was not declared. Should it be static?
returning void-valued expression
returning void-valued expression
returning void-valued expression
symbol 'init_IRQ' was not declared. Should it be static?

Warnings were fixed by addding proper declarations
and fixing return path of a few functions.

There remains several warnings all related to the floppy driver.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-12-08 01:08:24 -08:00
..
boot sparc,sparc64: unify boot/ 2008-12-04 09:17:21 -08:00
configs sparc,sparc64: unify Makefile 2008-12-04 09:17:16 -08:00
include/asm sparc: fix sparse warnings in irq_32.c 2008-12-08 01:08:24 -08:00
kernel sparc: fix sparse warnings in irq_32.c 2008-12-08 01:08:24 -08:00
lib sparc,sparc64: unify lib/ 2008-12-04 09:17:19 -08:00
math-emu sparc64: unify math-emu 2008-12-04 09:16:56 -08:00
mm sparc: drop CONFIG_SUN_AUXIO 2008-12-04 13:26:31 -08:00
oprofile sparc64: Provide oprofile pseudo-NMI on Niagara. 2008-12-04 09:17:10 -08:00
prom sparc: Use sparc64 version of prom/printf.c 2008-12-08 01:00:14 -08:00
Kconfig sparc: Always set AUDIT_ARCH, not just on sparc64. 2008-12-05 22:18:40 -08:00
Kconfig.debug
Makefile sparc: unify kernel/init_task 2008-12-04 13:28:09 -08:00