From: Hendrik Brueckner Date: Mon, 13 Oct 2008 23:12:52 +0000 (+0000) Subject: hvc_console: Remove __devexit annotation of hvc_remove() X-Git-Tag: v2.6.28-rc1~58^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=934752d8a4aaae4bee7a1b46944f30a55178ec91;p=pandora-kernel.git hvc_console: Remove __devexit annotation of hvc_remove() Removed __devexit annotation of hvc_remove() to avoid a section mismatch if the backend initialization fails and hvc_remove() must be used to clean up allocated hvc structs (called in section __init or __devinit). Acked-by: Christian Borntraeger Signed-off-by: Hendrik Brueckner Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed