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)
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>

No differences found