diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2016-09-08 05:00:08 +0200 |
---|---|---|
committer | Sylvain Lemieux <slemieux@tycoint.com> | 2016-10-25 19:33:01 +0200 |
commit | ee1df783d15b2a1d7a06841c12105b1aa2ec513b (patch) | |
tree | 3427bfcf1424de842e411680f9d9a1b847dfafd7 /arch/arm/mach-lpc32xx/common.h | |
parent | Linux 4.9-rc1 (diff) | |
download | linux-ee1df783d15b2a1d7a06841c12105b1aa2ec513b.tar.xz linux-ee1df783d15b2a1d7a06841c12105b1aa2ec513b.zip |
ARM: lpc32xx: remove unused header file mach/irqs.h
The removed LPC32xx mach/irqs.h file is not included in any source
code, function declaration lpc32xx_init_irq() is also unused, remove
them as leftovers after switching to a new interrupt controller
driver.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Sylvain Lemieux <slemieux.tyco@gmail.com>
Diffstat (limited to 'arch/arm/mach-lpc32xx/common.h')
-rw-r--r-- | arch/arm/mach-lpc32xx/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-lpc32xx/common.h b/arch/arm/mach-lpc32xx/common.h index 30c9e64fc65b..02575c2444e4 100644 --- a/arch/arm/mach-lpc32xx/common.h +++ b/arch/arm/mach-lpc32xx/common.h @@ -24,7 +24,6 @@ /* * Other arch specific structures and functions */ -extern void __init lpc32xx_init_irq(void); extern void __init lpc32xx_map_io(void); extern void __init lpc32xx_serial_init(void); |