]> git.karo-electronics.de Git - karo-tx-linux.git/commit
watchdog: iTCO_wdt: add platform driver module alias
authorJan Beulich <JBeulich@suse.com>
Fri, 22 Jun 2012 15:41:00 +0000 (16:41 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 26 Jun 2012 18:06:01 +0000 (20:06 +0200)
commit66ad3401396a0c7f52a0d95943478d1e4c388380
tree8364425cbc017392f22c5ae28a2ea67475ad82fe
parent56c34fb1f0b69735c42575fcfd0f5e7019569451
watchdog: iTCO_wdt: add platform driver module alias

The recent conversion of iTCO_wdt resulted in the driver no longer
getting loaded automatically, since it no longer has a
MODULE_DEVICE_TABLE() included. As the lpc_ich driver now creates a
platform device, auto-loading can easily be done by having a respective
module alias in place.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Cc: Aaron Sierra <asierra@xes-inc.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/iTCO_wdt.c