From: Nick Bowler Date: Mon, 19 Dec 2011 16:22:36 +0000 (-0500) Subject: watchdog: sp805: Fix section mismatch in ID table. X-Git-Tag: v3.2~22^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb558dac6776386a4d6994540a009231dcf53ee1;p=pandora-kernel.git watchdog: sp805: Fix section mismatch in ID table. The AMBA ID table is marked as __initdata, yet it is referenced by the driver struct which is not. This causes a (somewhat unhelpful) section mismatch warning: WARNING: drivers/watchdog/sp805_wdt.o(.data+0x4c): Section mismatch in reference from the variable sp805_wdt_driver to the (unknown reference) .init.data:(unknown) Fix this by removing the annotation. Signed-off-by: Nick Bowler Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed