diff options
-rw-r--r-- | arch/arm/mach-shmobile/clock-r8a7779.c | 7 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/common.h | 1 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/setup-emev2.c | 2 |
3 files changed, 1 insertions, 9 deletions
diff --git a/arch/arm/mach-shmobile/clock-r8a7779.c b/arch/arm/mach-shmobile/clock-r8a7779.c index f1fb89b76786..cabedebd7648 100644 --- a/arch/arm/mach-shmobile/clock-r8a7779.c +++ b/arch/arm/mach-shmobile/clock-r8a7779.c | |||
@@ -47,17 +47,10 @@ | |||
47 | 47 | ||
48 | #define MD(nr) BIT(nr) | 48 | #define MD(nr) BIT(nr) |
49 | 49 | ||
50 | #define FRQMR IOMEM(0xffc80014) | ||
51 | #define MSTPCR0 IOMEM(0xffc80030) | 50 | #define MSTPCR0 IOMEM(0xffc80030) |
52 | #define MSTPCR1 IOMEM(0xffc80034) | 51 | #define MSTPCR1 IOMEM(0xffc80034) |
53 | #define MSTPCR3 IOMEM(0xffc8003c) | 52 | #define MSTPCR3 IOMEM(0xffc8003c) |
54 | #define MSTPSR1 IOMEM(0xffc80044) | 53 | #define MSTPSR1 IOMEM(0xffc80044) |
55 | #define MSTPSR4 IOMEM(0xffc80048) | ||
56 | #define MSTPSR6 IOMEM(0xffc8004c) | ||
57 | #define MSTPCR4 IOMEM(0xffc80050) | ||
58 | #define MSTPCR5 IOMEM(0xffc80054) | ||
59 | #define MSTPCR6 IOMEM(0xffc80058) | ||
60 | #define MSTPCR7 IOMEM(0xffc80040) | ||
61 | 54 | ||
62 | #define MODEMR 0xffcc0020 | 55 | #define MODEMR 0xffcc0020 |
63 | 56 | ||
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, | |||
25 | struct task_struct *idle); | 25 | struct task_struct *idle); |
26 | extern void shmobile_smp_apmu_cpu_die(unsigned int cpu); | 26 | extern void shmobile_smp_apmu_cpu_die(unsigned int cpu); |
27 | extern int shmobile_smp_apmu_cpu_kill(unsigned int cpu); | 27 | extern int shmobile_smp_apmu_cpu_kill(unsigned int cpu); |
28 | extern void shmobile_invalidate_start(void); | ||
29 | struct clk; | 28 | struct clk; |
30 | extern int shmobile_clk_init(void); | 29 | extern int shmobile_clk_init(void); |
31 | extern void shmobile_handle_irq_intc(struct pt_regs *); | 30 | extern void shmobile_handle_irq_intc(struct pt_regs *); |
diff --git a/arch/arm/mach-shmobile/setup-emev2.c b/arch/arm/mach-shmobile/setup-emev2.c index c8f2a1a69a52..c71d667007b8 100644 --- a/arch/arm/mach-shmobile/setup-emev2.c +++ b/arch/arm/mach-shmobile/setup-emev2.c | |||
@@ -58,7 +58,7 @@ static void __init emev2_add_standard_devices_dt(void) | |||
58 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); | 58 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); |
59 | } | 59 | } |
60 | 60 | ||
61 | static const char *emev2_boards_compat_dt[] __initdata = { | 61 | static const char *emev2_boards_compat_dt[] __initconst = { |
62 | "renesas,emev2", | 62 | "renesas,emev2", |
63 | NULL, | 63 | NULL, |
64 | }; | 64 | }; |