git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
485802a
)
fbdev: sh_mipi_dsi: fix a section mismatch
author
Guennadi Liakhovetski
<g.liakhovetski@gmx.de>
Thu, 14 Jun 2012 07:53:33 +0000
(09:53 +0200)
committer
Laurent 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