aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/adp8860_bl.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/backlight/adp8860_bl.c')
-rw-r--r--drivers/video/backlight/adp8860_bl.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/video/backlight/adp8860_bl.c b/drivers/video/backlight/adp8860_bl.c
index 378276c9d3cf..550dbf0bb896 100644
--- a/drivers/video/backlight/adp8860_bl.c
+++ b/drivers/video/backlight/adp8860_bl.c
@@ -819,17 +819,7 @@ static struct i2c_driver adp8860_driver = {
819 .id_table = adp8860_id, 819 .id_table = adp8860_id,
820}; 820};
821 821
822static int __init adp8860_init(void) 822module_i2c_driver(adp8860_driver);
823{
824 return i2c_add_driver(&adp8860_driver);
825}
826module_init(adp8860_init);
827
828static void __exit adp8860_exit(void)
829{
830 i2c_del_driver(&adp8860_driver);
831}
832module_exit(adp8860_exit);
833 823
834MODULE_LICENSE("GPL v2"); 824MODULE_LICENSE("GPL v2");
835MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>"); 825MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>");