diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-01-03 16:48:47 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-04 02:24:00 +0100 |
commit | 891fa525dc29cbed3ef0b74d5e0ab2fb5233f9a6 (patch) | |
tree | 11ed3a05f82ca66456dbf6f2bfe218025fc36490 /arch/arm/mach-shmobile/include | |
parent | Linus 3.14-rc1 (diff) | |
download | linux-891fa525dc29cbed3ef0b74d5e0ab2fb5233f9a6.tar.xz linux-891fa525dc29cbed3ef0b74d5e0ab2fb5233f9a6.zip |
ARM: shmobile: Remove duplicate shmobile_invalidate_start() declaration
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h index e31980590eb4..cb8e32deb2a3 100644 --- a/arch/arm/mach-shmobile/include/mach/common.h +++ b/arch/arm/mach-shmobile/include/mach/common.h @@ -25,7 +25,6 @@ extern int shmobile_smp_apmu_boot_secondary(unsigned int cpu, struct task_struct *idle); extern void shmobile_smp_apmu_cpu_die(unsigned int cpu); extern int shmobile_smp_apmu_cpu_kill(unsigned int cpu); -extern void shmobile_invalidate_start(void); struct clk; extern int shmobile_clk_init(void); extern void shmobile_handle_irq_intc(struct pt_regs *); |