From: Wolfram Sang Date: Sun, 11 Mar 2012 14:02:38 +0000 (+0100) Subject: tty: serial: vt8500: fix annotations for probe/remove X-Git-Tag: v3.4-rc1~185^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9abac8537c2cf435b251ca61e632d6a70a84077e;p=pandora-kernel.git tty: serial: vt8500: fix annotations for probe/remove Fixes: WARNING: drivers/tty/serial/built-in.o(.data+0x30): Section mismatch in reference from the variable vt8500_platform_driver to the function .init.text:vt8500_serial_probe() The variable vt8500_platform_driver references the function __init vt8500_serial_probe() And mark the remove pointer while we are here. Signed-off-by: Wolfram Sang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed