From: Vineet Gupta Date: Wed, 16 Jan 2013 08:17:23 +0000 (+0530) Subject: serial/arc-uart: Fix section mistmatch X-Git-Tag: v3.9-rc1~125^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=795b5bbe215c7b988fcf218613d2f3357924f0d2;p=pandora-kernel.git serial/arc-uart: Fix section mistmatch Commit "serial/arc-uart: split probe from probe_earlyprintk" introduced a build time warning: "WARNING: vmlinux.o(.data+0x5baa0): Section mismatch in reference from the variable early_arc_platform_driver to the function .init.text:arc_serial_probe_earlyprintk()" While at it - fixed another incorrectly placed initdata annotation. Signed-off-by: Vineet Gupta Reported-by: kbuild test robot Cc: Greg Kroah-Hartman Cc: fengguang.wu@intel.com Cc: linux-serial@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed