summaryrefslogtreecommitdiff
path: root/drivers/video/s3c2410fb.c
diff options
context:
space:
mode:
authorHenrik Kretzschmar <henne@nachtwindheim.de>2010-05-24 21:34:04 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2010-05-25 15:07:09 (GMT)
commite88a0f461aeadfe309d36a2a4fac9ffb1b0ed651 (patch)
tree7ba687702e6638737035eeb97e01e0c13283c413 /drivers/video/s3c2410fb.c
parent49c39b4953e545ce3b5957cce22e1ade01c6e642 (diff)
downloadlinux-fsl-qoriq-e88a0f461aeadfe309d36a2a4fac9ffb1b0ed651.tar.xz
hitfb: fix sections
Since the drivers probe call was changed from .init.text to .devinit.text in commit c2e13037e6794bd0d9de3f9ecabf5615f15c160b ("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>
Diffstat (limited to 'drivers/video/s3c2410fb.c')
0 files changed, 0 insertions, 0 deletions