diff options
author | Bruno Prémont <bonbons@linux-vserver.org> | 2012-07-30 15:38:46 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-08-15 04:10:49 -0400 |
commit | 9966c37c467167f29850fd0a856fce7031353bf3 (patch) | |
tree | 12a8369d7ca0ba44260b94e14e7df084f04f2bce /drivers/hid/hid-picolcd_core.c | |
parent | fabdbf2fd22fa170b4c5340dbdda5c8cd88fb205 (diff) |
HID: picoLCD: Replace own refcounting with fbdev's
Signed-off-by: Bruno Prémont <bonbons@linux-vserver.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-picolcd_core.c')
-rw-r--r-- | drivers/hid/hid-picolcd_core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hid/hid-picolcd_core.c b/drivers/hid/hid-picolcd_core.c index 36e7548a6e1..8d5d341adea 100644 --- a/drivers/hid/hid-picolcd_core.c +++ b/drivers/hid/hid-picolcd_core.c | |||
@@ -695,7 +695,6 @@ static int __init picolcd_init(void) | |||
695 | static void __exit picolcd_exit(void) | 695 | static void __exit picolcd_exit(void) |
696 | { | 696 | { |
697 | hid_unregister_driver(&picolcd_driver); | 697 | hid_unregister_driver(&picolcd_driver); |
698 | picolcd_fb_unload(); | ||
699 | } | 698 | } |
700 | 699 | ||
701 | module_init(picolcd_init); | 700 | module_init(picolcd_init); |