From: Henrik Kretzschmar Date: Mon, 24 May 2010 21:34:05 +0000 (-0700) Subject: s3c2410fb: fix sections X-Git-Tag: v2.6.35-rc1~277 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8ce4be7d5b99a6338e695b26358abca329735c1;p=pandora-kernel.git s3c2410fb: fix sections Since the drivers probe calls were changed from .init.text to .devinit.text in commit c2e13037e6794bd0d9de3f9ecabf5615f15c160b ("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 Cc: Vincent Sanders Acked-by: Arnaud Patard Tested-by: Arnaud Patard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed