diff options
author | Anson Huang <[email protected]> | 2019-09-24 15:07:06 +0800 |
---|---|---|
committer | Wim Van Sebroeck <[email protected]> | 2019-11-18 19:53:38 +0100 |
commit | 87d184680dd8b12fe1347c0fb040e30b8cc6a9c8 (patch) | |
tree | 2cc6a56ec8b74f582fc69bff8c3e90fb40628f0b | |
parent | e11cfc697601fe80b308fe9162649ab294013c32 (diff) |
watchdog: imx2_wdt: Remove unnecessary blank line
Remove unnecessary blank line.
Signed-off-by: Anson Huang <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
-rw-r--r-- | drivers/watchdog/imx2_wdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/imx2_wdt.c b/drivers/watchdog/imx2_wdt.c index 8d019a961ccc..6711b4e3a862 100644 --- a/drivers/watchdog/imx2_wdt.c +++ b/drivers/watchdog/imx2_wdt.c @@ -72,7 +72,6 @@ module_param(nowayout, bool, 0); MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); - static unsigned timeout; module_param(timeout, uint, 0); MODULE_PARM_DESC(timeout, "Watchdog timeout in seconds (default=" |