From: Guennadi Liakhovetski Date: Thu, 14 Jun 2012 07:53:33 +0000 (+0200) Subject: fbdev: sh_mipi_dsi: fix a section mismatch X-Git-Tag: v3.6-rc1~16^2~26^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6765ffa6897f7fb84469bab2e1be885c57ea519;p=pandora-kernel.git fbdev: sh_mipi_dsi: fix a section mismatch sh_mipi_setup() is called from a .text function, therefore it cannot be __init. Additionally, sh_mipi_remove() can be moved to the .devexit.text section. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Laurent Pinchart --- Reading git-diff-tree failed