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

Since the drivers probe calls were changed from .init.text to
.devinit.text in commit b717cc62aa42cf35f6bff1f8760833846a697f98
("platform-drivers: move probe to .devinit.text in drivers/video") all the
function from .init.text should be moved to .devinit.text, too.

The drivers remove calls can also be move from .text to .devexit.text.

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Cc: Vincent Sanders <support@simtec.co.uk>
Acked-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Tested-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/s3c2410fb.c