aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/pxa3xx-gcu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/pxa3xx-gcu.c')
-rw-r--r--drivers/video/pxa3xx-gcu.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/drivers/video/pxa3xx-gcu.c b/drivers/video/pxa3xx-gcu.c
index 1ed8b366618d..1d71c08a818f 100644
--- a/drivers/video/pxa3xx-gcu.c
+++ b/drivers/video/pxa3xx-gcu.c
@@ -747,20 +747,7 @@ static struct platform_driver pxa3xx_gcu_driver = {
747 }, 747 },
748}; 748};
749 749
750static int __init 750module_platform_driver(pxa3xx_gcu_driver);
751pxa3xx_gcu_init(void)
752{
753 return platform_driver_register(&pxa3xx_gcu_driver);
754}
755
756static void __exit
757pxa3xx_gcu_exit(void)
758{
759 platform_driver_unregister(&pxa3xx_gcu_driver);
760}
761
762module_init(pxa3xx_gcu_init);
763module_exit(pxa3xx_gcu_exit);
764 751
765MODULE_DESCRIPTION("PXA3xx graphics controller unit driver"); 752MODULE_DESCRIPTION("PXA3xx graphics controller unit driver");
766MODULE_LICENSE("GPL"); 753MODULE_LICENSE("GPL");