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

Commit d17a82e2 authored by Johan Hovold's avatar Johan Hovold Committed by Linus Torvalds
Browse files

rtc: omap: make platform-device id table const



Make platform-device id table const.

Signed-off-by: default avatarJohan Hovold <johan@kernel.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Benot Cousson <bcousson@baylibre.com>
Cc: Lokesh Vutla <lokeshvutla@ti.com>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: Sekhar Nori <nsekhar@ti.com>
Cc: Tero Kristo <t-kristo@ti.com>
Cc: Keerthy J <j-keerthy@ti.com>
Tested-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 397b630a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -342,7 +342,7 @@ static int omap_rtc_timer;
#define	OMAP_RTC_DATA_AM3352_IDX	1
#define	OMAP_RTC_DATA_AM3352_IDX	1
#define	OMAP_RTC_DATA_DA830_IDX		2
#define	OMAP_RTC_DATA_DA830_IDX		2


static struct platform_device_id omap_rtc_devtype[] = {
static const struct platform_device_id omap_rtc_devtype[] = {
	{
	{
		.name	= DRIVER_NAME,
		.name	= DRIVER_NAME,
	},
	},