Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 415ab328 authored by Sebastian Andrzej Siewior's avatar Sebastian Andrzej Siewior Committed by Tony Lindgren
Browse files

arm/omap: use const char properly



The itention was probably to make both pointers const but as it is now,
it is just const used twice.

Signed-off-by: default avatarSebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 7252db5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -601,7 +601,7 @@ void __init omap2_set_globals_tap(u32 class, void __iomem *tap)

#ifdef CONFIG_SOC_BUS

static const char const *omap_types[] = {
static const char * const omap_types[] = {
	[OMAP2_DEVICE_TYPE_TEST]	= "TST",
	[OMAP2_DEVICE_TYPE_EMU]		= "EMU",
	[OMAP2_DEVICE_TYPE_SEC]		= "HS",