From: Arnd Bergmann Date: Fri, 25 Jan 2013 14:14:27 +0000 (+0000) Subject: watchdog: at91sam9: at91_wdt_dt_ids cannot be __init X-Git-Tag: v3.9-rc1~11^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c41e4748662b47d46331e0e79f3b62b6786d3b9;p=pandora-kernel.git 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 Acked-by: Nicolas Ferre Tested-by: Fabio Porcedda Signed-off-by: Wim Van Sebroeck Cc: linux-watchdog@vger.kernel.org --- Reading git-diff-tree failed