From: Mike Frysinger Date: Tue, 16 Jun 2009 22:34:42 +0000 (-0700) Subject: fbdev: *bfin*: fix __dev{init,exit} markings X-Git-Tag: v2.6.31-rc1~299^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f09d74a6165c210d5d58d10c2bd58a8c13b0ca8;p=pandora-kernel.git fbdev: *bfin*: fix __dev{init,exit} markings The remove member of the platform_driver bfin_t350mcqb_driver should use __devexit_p() to refer to the remove function, and that function should get __devexit markings. Likewise, the probe function should be marked with __devinit and not __init. Also, module_init() functions should be marked with __init rather than __devinit. Signed-off-by: Mike Frysinger Cc: Krzysztof Helt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed