fbdev: *bfin*: fix __dev{init,exit} markings
authorMike Frysinger <vapier@gentoo.org>
Tue, 16 Jun 2009 22:34:42 +0000 (15:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Jun 2009 02:48:03 +0000 (19:48 -0700)
commit8f09d74a6165c210d5d58d10c2bd58a8c13b0ca8
treed4d048bf00c82934fcb3772086f1a6339ed152ff
parent3608c66c2e6522952b4be219317b194ab27f4e78
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 <vapier@gentoo.org>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/bf54x-lq043fb.c
drivers/video/bfin-t350mcqb-fb.c