[PATCH] Input: ucb1400 - set up driver's name to show in sysfs

The UCB1400 is missing a name parameter in the device_driver struct.
This causes missing information in the /sys tree and seems to cause
other problems with the AC97 functionality. This was tested on a PXA270
system.

Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Cliff Brake and committed by Linus Torvalds ff78b202 0bce0b7a

+1
+1
drivers/input/touchscreen/ucb1400_ts.c
··· 553 } 554 555 static struct device_driver ucb1400_ts_driver = { 556 .owner = THIS_MODULE, 557 .bus = &ac97_bus_type, 558 .probe = ucb1400_ts_probe,
··· 553 } 554 555 static struct device_driver ucb1400_ts_driver = { 556 + .name = "ucb1400_ts", 557 .owner = THIS_MODULE, 558 .bus = &ac97_bus_type, 559 .probe = ucb1400_ts_probe,