diff options
Diffstat (limited to 'drivers/input/touchscreen/ucb1400_ts.c')
-rw-r--r-- | drivers/input/touchscreen/ucb1400_ts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/ucb1400_ts.c b/drivers/input/touchscreen/ucb1400_ts.c index 24000f0efeaa..6582816a0477 100644 --- a/drivers/input/touchscreen/ucb1400_ts.c +++ b/drivers/input/touchscreen/ucb1400_ts.c | |||
@@ -557,6 +557,7 @@ static int ucb1400_ts_remove(struct device *dev) | |||
557 | } | 557 | } |
558 | 558 | ||
559 | static struct device_driver ucb1400_ts_driver = { | 559 | static struct device_driver ucb1400_ts_driver = { |
560 | .name = "ucb1400_ts", | ||
560 | .owner = THIS_MODULE, | 561 | .owner = THIS_MODULE, |
561 | .bus = &ac97_bus_type, | 562 | .bus = &ac97_bus_type, |
562 | .probe = ucb1400_ts_probe, | 563 | .probe = ucb1400_ts_probe, |