From: Paul Mundt Date: Fri, 8 May 2009 14:48:33 +0000 (+0900) Subject: serial: sh-sci: Fix up section mismatch in error path. X-Git-Tag: v2.6.31-rc1~392^2~41^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54507f6ee99778a727ff1b38a1f4050fe6479835;p=pandora-kernel.git serial: sh-sci: Fix up section mismatch in error path. The sci_probe_single() path attempts to use sci_remove() for the error path, while sci_remove() is still flagged as __devexit. So, we simply discard the section annotation. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed