watchdog: iTCO_wdt: add platform driver module alias
authorJan Beulich <[email protected]>
Fri, 22 Jun 2012 15:41:00 +0000 (16:41 +0100)
committerWim Van Sebroeck <[email protected]>
Thu, 28 Jun 2012 18:40:10 +0000 (20:40 +0200)
commite5de32e3ec9d4d5a355659760d5045b80c0a05d8
treeacbc6e17c4815345ef59932e577fd817c17fd5dc
parent47b514cd476db2eca066a2ad31501b079d6c9cce
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 <[email protected]>
Cc: Aaron Sierra <[email protected]>
Acked-by: Guenter Roeck <[email protected]>
Cc: Samuel Ortiz <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
drivers/watchdog/iTCO_wdt.c