mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 16:38:12 +00:00
ARM: shmobile: Drop commas after dt_compat sentinels
It does not make sense to have a comma after a sentinel, as any new elements must be added before the sentinel. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/ab4acc22eebb96a0747eb301c878b24b1200736a.1646311825.git.geert+renesas@glider.be
This commit is contained in:
parent
3123109284
commit
3238f82df0
9 changed files with 10 additions and 10 deletions
|
@ -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)")
|
||||
|
|
|
@ -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)")
|
||||
|
|
|
@ -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)")
|
||||
|
|
|
@ -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)")
|
||||
|
|
|
@ -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)")
|
||||
|
|
|
@ -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)")
|
||||
|
|
|
@ -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)")
|
||||
|
|
|
@ -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)")
|
||||
|
|
|
@ -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)")
|
||||
|
|
Loading…
Reference in a new issue