linux_dsm_epyc7002/arch/m68k/68360
Greg Ungerer 7372eefc15 m68knommu: fix irq handler types in 68360/commproc.c
Compilation of arch/m68k/68360/commproc.c fails with the following errors:

arch/m68k/68360/commproc.c:75:1: error: function declaration isn’t a prototype
arch/m68k/68360/commproc.c:211:1: error: function declaration isn’t a prototype
arch/m68k/68360/commproc.c: In function ‘cpm_install_handler’:
arch/m68k/68360/commproc.c:214:2: warning: passing argument 2 of ‘request_irq’ from incompatible pointer type
include/linux/interrupt.h:128:1: note: expected ‘irq_handler_t’ but argument is of type ‘void (*)()’

It should be using the proper irq hander type, irq_handler_t. Modify it
to use that.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
2015-02-03 14:16:23 +10:00
..
commproc.c m68knommu: fix irq handler types in 68360/commproc.c 2015-02-03 14:16:23 +10:00
config.c m68k: fix crufty 68000 and 68360 intro comments 2014-09-29 09:18:35 +10:00
entry.S m68k: fix crufty 68000 and 68360 intro comments 2014-09-29 09:18:35 +10:00
head-ram.S m68k: fix crufty 68000 and 68360 intro comments 2014-09-29 09:18:35 +10:00
head-rom.S m68k: fix crufty 68000 and 68360 intro comments 2014-09-29 09:18:35 +10:00
ints.c m68k: fix crufty 68000 and 68360 intro comments 2014-09-29 09:18:35 +10:00
Makefile m68k: fix crufty 68000 and 68360 intro comments 2014-09-29 09:18:35 +10:00