]> git.baikalelectronics.ru Git - kernel.git/commit
hitfb: fix sections
authorHenrik Kretzschmar <henne@nachtwindheim.de>
Mon, 24 May 2010 21:34:04 +0000 (14:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 25 May 2010 15:07:09 +0000 (08:07 -0700)
commitdd9a5314a610a68450993bb6849398b1e4cfacf9
tree7ba687702e6638737035eeb97e01e0c13283c413
parent220abc8675f4cbaec2c9e0364438c3830024d72b
hitfb: fix sections

Since the drivers probe call was changed from .init.text to .devinit.text
in commit b717cc62aa42cf35f6bff1f8760833846a697f98 ("platform-drivers:
move probe to .devinit.text in drivers/video") the fb_fix_screeninfo and
fb_var_screeninfo structures must be changed from .init.data to
.devinit.data, too.

Also the drivers remove routine should be moved from .exit.text to
.devexit.text

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/hitfb.c