summaryrefslogtreecommitdiff
path: root/drivers/watchdog/gef_wdt.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-01-25 14:14:27 (GMT)
committerWim Van Sebroeck <wim@iguana.be>2013-03-01 11:16:47 (GMT)
commit6c41e4748662b47d46331e0e79f3b62b6786d3b9 (patch)
treecb5eb0f64679a653b00eac60c2a3cb5f3782e64f /drivers/watchdog/gef_wdt.c
parent12a5c05cb143105d989abf728a8c769830670e54 (diff)
downloadlinux-6c41e4748662b47d46331e0e79f3b62b6786d3b9.tar.xz
watchdog: at91sam9: at91_wdt_dt_ids cannot be __init
The device IDs are referenced by the driver and potentially used beyond the init time, as kbuild correctly warns about. Remove the __initconst annotation. Without this patch, building at91_dt_defconfig results in: WARNING: drivers/watchdog/built-in.o(.data+0x28): Section mismatch in reference from the variable at91wdt_driver to the (unknown reference) .init.rodata:(unknown) The variable at91wdt_driver references the (unknown reference) __initconst (unknown) Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Tested-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be> Cc: linux-watchdog@vger.kernel.org
Diffstat (limited to 'drivers/watchdog/gef_wdt.c')
0 files changed, 0 insertions, 0 deletions