diff options
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/setup-emev2.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/setup-r7s72100.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/setup-r7s9210.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a73a4.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7740.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7778.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7779.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/setup-rcar-gen2.c | 4 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/setup-sh73a0.c | 2 |
10 files changed, 11 insertions, 11 deletions
diff --git a/arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c b/arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c index 09ef73b99dd8..abea41f7782e 100644 --- a/arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c +++ b/arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c @@ -67,7 +67,7 @@ static const struct of_device_id rcar_gen2_quirk_match[] = { { .compatible = "dlg,da9063", .data = &da9063_msg }, { .compatible = "dlg,da9063l", .data = &da9063_msg }, { .compatible = "dlg,da9210", .data = &da9210_msg }, - {}, + { /* sentinel */ } }; static int regulator_quirk_notify(struct notifier_block *nb, diff --git a/arch/arm/mach-shmobile/setup-emev2.c b/arch/arm/mach-shmobile/setup-emev2.c index a328d2f52678..ed82d6429623 100644 --- a/arch/arm/mach-shmobile/setup-emev2.c +++ b/arch/arm/mach-shmobile/setup-emev2.c @@ -16,7 +16,7 @@ static const char *const emev2_boards_compat_dt[] __initconst = { "renesas,emev2", - NULL, + NULL }; DT_MACHINE_START(EMEV2_DT, "Generic Emma Mobile EV2 (Flattened Device Tree)") diff --git a/arch/arm/mach-shmobile/setup-r7s72100.c b/arch/arm/mach-shmobile/setup-r7s72100.c index 14867226f8f4..a70b99495e2e 100644 --- a/arch/arm/mach-shmobile/setup-r7s72100.c +++ b/arch/arm/mach-shmobile/setup-r7s72100.c @@ -14,7 +14,7 @@ static const char *const r7s72100_boards_compat_dt[] __initconst = { "renesas,r7s72100", - NULL, + NULL }; DT_MACHINE_START(R7S72100_DT, "Generic R7S72100 (Flattened Device Tree)") diff --git a/arch/arm/mach-shmobile/setup-r7s9210.c b/arch/arm/mach-shmobile/setup-r7s9210.c index 573fb9955e7e..90add728bc3d 100644 --- a/arch/arm/mach-shmobile/setup-r7s9210.c +++ b/arch/arm/mach-shmobile/setup-r7s9210.c @@ -15,7 +15,7 @@ static const char *const r7s9210_boards_compat_dt[] __initconst = { "renesas,r7s9210", - NULL, + NULL }; DT_MACHINE_START(R7S72100_DT, "Generic R7S9210 (Flattened Device Tree)") diff --git a/arch/arm/mach-shmobile/setup-r8a73a4.c b/arch/arm/mach-shmobile/setup-r8a73a4.c index 23a29a0ea9c9..9e3f4dc08372 100644 --- a/arch/arm/mach-shmobile/setup-r8a73a4.c +++ b/arch/arm/mach-shmobile/setup-r8a73a4.c @@ -14,7 +14,7 @@ static const char *const r8a73a4_boards_compat_dt[] __initconst = { "renesas,r8a73a4", - NULL, + NULL }; DT_MACHINE_START(R8A73A4_DT, "Generic R8A73A4 (Flattened Device Tree)") diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c index f760c27c9907..9ac2b8a2aa6a 100644 --- a/arch/arm/mach-shmobile/setup-r8a7740.c +++ b/arch/arm/mach-shmobile/setup-r8a7740.c @@ -72,7 +72,7 @@ static void __init r8a7740_generic_init(void) static const char *const r8a7740_boards_compat_dt[] __initconst = { "renesas,r8a7740", - NULL, + NULL }; DT_MACHINE_START(R8A7740_DT, "Generic R8A7740 (Flattened Device Tree)") diff --git a/arch/arm/mach-shmobile/setup-r8a7778.c b/arch/arm/mach-shmobile/setup-r8a7778.c index 02cda9cada4c..445017e8cfe8 100644 --- a/arch/arm/mach-shmobile/setup-r8a7778.c +++ b/arch/arm/mach-shmobile/setup-r8a7778.c @@ -43,7 +43,7 @@ static void __init r8a7778_init_irq_dt(void) static const char *const r8a7778_compat_dt[] __initconst = { "renesas,r8a7778", - NULL, + NULL }; DT_MACHINE_START(R8A7778_DT, "Generic R8A7778 (Flattened Device Tree)") diff --git a/arch/arm/mach-shmobile/setup-r8a7779.c b/arch/arm/mach-shmobile/setup-r8a7779.c index b6e282116d66..c3af2c8925ba 100644 --- a/arch/arm/mach-shmobile/setup-r8a7779.c +++ b/arch/arm/mach-shmobile/setup-r8a7779.c @@ -49,7 +49,7 @@ static void __init r8a7779_init_irq_dt(void) static const char *const r8a7779_compat_dt[] __initconst = { "renesas,r8a7779", - NULL, + NULL }; DT_MACHINE_START(R8A7779_DT, "Generic R8A7779 (Flattened Device Tree)") diff --git a/arch/arm/mach-shmobile/setup-rcar-gen2.c b/arch/arm/mach-shmobile/setup-rcar-gen2.c index d42d93443f2f..3edbf0719fb3 100644 --- a/arch/arm/mach-shmobile/setup-rcar-gen2.c +++ b/arch/arm/mach-shmobile/setup-rcar-gen2.c @@ -199,7 +199,7 @@ static const char * const rcar_gen2_boards_compat_dt[] __initconst = { "renesas,r8a7792", "renesas,r8a7793", "renesas,r8a7794", - NULL, + NULL }; DT_MACHINE_START(RCAR_GEN2_DT, "Generic R-Car Gen2 (Flattened Device Tree)") @@ -215,7 +215,7 @@ static const char * const rz_g1_boards_compat_dt[] __initconst = { "renesas,r8a7744", "renesas,r8a7745", "renesas,r8a77470", - NULL, + NULL }; DT_MACHINE_START(RZ_G1_DT, "Generic RZ/G1 (Flattened Device Tree)") diff --git a/arch/arm/mach-shmobile/setup-sh73a0.c b/arch/arm/mach-shmobile/setup-sh73a0.c index 890bf537b7de..7fb27240e907 100644 --- a/arch/arm/mach-shmobile/setup-sh73a0.c +++ b/arch/arm/mach-shmobile/setup-sh73a0.c @@ -32,7 +32,7 @@ static void __init sh73a0_generic_init(void) static const char *const sh73a0_boards_compat_dt[] __initconst = { "renesas,sh73a0", - NULL, + NULL }; DT_MACHINE_START(SH73A0_DT, "Generic SH73A0 (Flattened Device Tree)") |