diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/input/touchscreen/wm97xx-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/wm97xx-core.c b/drivers/input/touchscreen/wm97xx-core.c index ba6fb28ef58..8a00918cfa4 100644 --- a/drivers/input/touchscreen/wm97xx-core.c +++ b/drivers/input/touchscreen/wm97xx-core.c | |||
@@ -802,7 +802,7 @@ void wm97xx_unregister_mach_ops(struct wm97xx *wm) | |||
802 | EXPORT_SYMBOL_GPL(wm97xx_unregister_mach_ops); | 802 | EXPORT_SYMBOL_GPL(wm97xx_unregister_mach_ops); |
803 | 803 | ||
804 | static struct device_driver wm97xx_driver = { | 804 | static struct device_driver wm97xx_driver = { |
805 | .name = "ac97", | 805 | .name = "wm97xx-ts", |
806 | .bus = &ac97_bus_type, | 806 | .bus = &ac97_bus_type, |
807 | .owner = THIS_MODULE, | 807 | .owner = THIS_MODULE, |
808 | .probe = wm97xx_probe, | 808 | .probe = wm97xx_probe, |