diff options
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | 2014-08-14 02:09:36 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-08-19 15:30:45 +0400 |
commit | 950e97ca50942efb1066785ce3a40836c93306e2 (patch) | |
tree | c1a98ba8f5f68992d8db1a895abdd48c26834026 /arch/mips/cavium-octeon/setup.c | |
parent | b3804d8da18f4649c3fb1755078312cdf8f40ffc (diff) | |
download | linux-950e97ca50942efb1066785ce3a40836c93306e2.tar.xz |
MIPS: Add common plat_irq_dispatch declaration
Add common declaration to get rid of following sparse warning: "symbol
'plat_irq_dispatch' was not declared. Should it be static?"
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Cc: Linux MIPS <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/7539/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/cavium-octeon/setup.c')
-rw-r--r-- | arch/mips/cavium-octeon/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/cavium-octeon/setup.c b/arch/mips/cavium-octeon/setup.c index 008e9c8b8eac..dba7cf7656c7 100644 --- a/arch/mips/cavium-octeon/setup.c +++ b/arch/mips/cavium-octeon/setup.c @@ -263,7 +263,6 @@ static uint64_t crashk_size, crashk_base; static int octeon_uart; extern asmlinkage void handle_int(void); -extern asmlinkage void plat_irq_dispatch(void); /** * Return non zero if we are currently running in the Octeon simulator |