m54xx_wdt.c (cf9ce948f47640797bd19980e1d99c6d17d0bdc3) | m54xx_wdt.c (487722cf2d66126338217896642bd5eec832c34b) |
---|---|
1/* 2 * drivers/watchdog/m54xx_wdt.c 3 * 4 * Watchdog driver for ColdFire MCF547x & MCF548x processors 5 * Copyright 2010 (c) Philippe De Muyter <phdm@macqel.be> 6 * 7 * Adapted from the IXP4xx watchdog driver, which carries these notices: 8 * --- 209 unchanged lines hidden (view full) --- 218 219module_param(heartbeat, int, 0); 220MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds (default 30s)"); 221 222module_param(nowayout, bool, 0); 223MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started"); 224 225MODULE_LICENSE("GPL"); | 1/* 2 * drivers/watchdog/m54xx_wdt.c 3 * 4 * Watchdog driver for ColdFire MCF547x & MCF548x processors 5 * Copyright 2010 (c) Philippe De Muyter <phdm@macqel.be> 6 * 7 * Adapted from the IXP4xx watchdog driver, which carries these notices: 8 * --- 209 unchanged lines hidden (view full) --- 218 219module_param(heartbeat, int, 0); 220MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds (default 30s)"); 221 222module_param(nowayout, bool, 0); 223MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started"); 224 225MODULE_LICENSE("GPL"); |
226MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); | |