aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/w100fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/w100fb.c')
-rw-r--r--drivers/video/w100fb.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/video/w100fb.c b/drivers/video/w100fb.c
index 2375e5bbf572..90a2e30272ad 100644
--- a/drivers/video/w100fb.c
+++ b/drivers/video/w100fb.c
@@ -1620,18 +1620,7 @@ static struct platform_driver w100fb_driver = {
1620 }, 1620 },
1621}; 1621};
1622 1622
1623int __init w100fb_init(void) 1623module_platform_driver(w100fb_driver);
1624{
1625 return platform_driver_register(&w100fb_driver);
1626}
1627
1628void __exit w100fb_cleanup(void)
1629{
1630 platform_driver_unregister(&w100fb_driver);
1631}
1632
1633module_init(w100fb_init);
1634module_exit(w100fb_cleanup);
1635 1624
1636MODULE_DESCRIPTION("ATI Imageon w100 framebuffer driver"); 1625MODULE_DESCRIPTION("ATI Imageon w100 framebuffer driver");
1637MODULE_LICENSE("GPL"); 1626MODULE_LICENSE("GPL");