projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f77f50c
)
[PATCH] skeletonfb: remove duplicate module init, exit, license lines
author
Arnaldo Carvalho de Melo
<acme@ghostprotocols.net>
Mon, 26 Jun 2006 07:26:51 +0000
(
00:26
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:31 +0000
(09:58 -0700)
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Acked-by: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/skeletonfb.c
patch
|
blob
|
history
diff --git
a/drivers/video/skeletonfb.c
b/drivers/video/skeletonfb.c
index 9b707771d7578a5746fb71c1ded1ffaa63ae70b1..67f429e931899178ba25ac8b5eacfc3b09f9f085 100644
(file)
--- a/
drivers/video/skeletonfb.c
+++ b/
drivers/video/skeletonfb.c
@@
-906,11
+906,6
@@
static void __exit xxxfb_exit(void)
}
#endif
-MODULE_LICENSE("GPL");
-module_init(xxxfb_init);
-module_exit(xxxfb_exit);
-
-
/*
* Setup
*/