commit | 5798712d608f5ebad994487748a2ccf3cc613d78 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Wed Jul 23 21:31:43 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jul 24 10:47:40 2008 -0700 |
tree | 4324fefe1bcf1447ca666abc95f87ef23e8fd1fe | |
parent | 104b198dd0b3b62a4fc4e9146f01f2abc718e926 [diff] |
drivers/video/amifb.c cleanups This patch contains the following cleanups: - make the needlessly global amifb_init() static - rename cleanup_module() to amifb_exit(), make it static __exit, use module_exit(), there's no need to #ifdef MODULE it Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>