fbdev: sh_mipi_dsi: fix a section mismatch
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Thu, 14 Jun 2012 07:53:33 +0000 (09:53 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 20 Jun 2012 08:02:53 +0000 (10:02 +0200)
commite6765ffa6897f7fb84469bab2e1be885c57ea519
treea9cead4b5473785682c9427f38d060810793c2c4
parent485802a6c524e62b5924849dd727ddbb1497cc71
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 <g.liakhovetski@gmx.de>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/video/sh_mipi_dsi.c