From: Henrik Kretzschmar Date: Mon, 24 May 2010 21:34:00 +0000 (-0700) Subject: fbdev: section cleanup in w100fb X-Git-Tag: v2.6.35-rc1~281 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb6cb3270af8f2ad3dd556906a9c52aa85754849;p=pandora-kernel.git fbdev: section cleanup in w100fb Fix up the section in the w100fb driver, by moving: * w100fb_remove() from .text to .devexit.text * w100_get_xtal_table() from .text to .devinit.text * w100fb_init() from .devinit.text to .init.text Signed-off-by: Henrik Kretzschmar Acked-by: Uwe Kleine-König Cc: [if "platform-drivers: move probe to .devinit.text in drivers/video" was merged] Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed