aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2019-09-24 15:07:06 +0800
committerWim Van Sebroeck <wim@linux-watchdog.org>2019-11-18 19:53:38 +0100
commit87d184680dd8b12fe1347c0fb040e30b8cc6a9c8 (patch)
tree2cc6a56ec8b74f582fc69bff8c3e90fb40628f0b /drivers/watchdog
parentwatchdog: w83627hf_wdt: Support NCT6116D (diff)
downloadlinux-dev-87d184680dd8b12fe1347c0fb040e30b8cc6a9c8.tar.xz
linux-dev-87d184680dd8b12fe1347c0fb040e30b8cc6a9c8.zip
watchdog: imx2_wdt: Remove unnecessary blank line
Remove unnecessary blank line. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/1569308828-8320-1-git-send-email-Anson.Huang@nxp.com Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/imx2_wdt.c1
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="