Skip to content

Commit

Permalink
watchdog: iTCO_wdt: add platform driver module alias
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jbeulich authored and Wim Van Sebroeck committed Jun 28, 2012
1 parent 47b514c commit e5de32e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/watchdog/iTCO_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,3 +699,4 @@ MODULE_DESCRIPTION("Intel TCO WatchDog Timer Driver");
MODULE_VERSION(DRV_VERSION);
MODULE_LICENSE("GPL");
MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
MODULE_ALIAS("platform:" DRV_NAME);

0 comments on commit e5de32e

Please sign in to comment.