projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be088b1
)
[PATCH] rc32434_wdt: fix compilation failure
author
Florian Fainelli
<florian@openwrt.org>
Wed, 2 Dec 2009 12:21:23 +0000
(13:21 +0100)
committer
Wim Van Sebroeck
<wim@iguana.be>
Wed, 2 Dec 2009 12:47:24 +0000
(12:47 +0000)
This patch fixes the compilation failure of
rc32434 due to a bad module parameter description.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/rc32434_wdt.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/watchdog/rc32434_wdt.c
b/drivers/watchdog/rc32434_wdt.c
index 3764af11065c27aba707c8e95bba91061aef1252..bf12d06b587774ff1a576619427f73e9380195ae 100644
(file)
--- a/
drivers/watchdog/rc32434_wdt.c
+++ b/
drivers/watchdog/rc32434_wdt.c
@@
-62,7
+62,7
@@
extern unsigned int idt_cpu_freq;
static int timeout = WATCHDOG_TIMEOUT;
module_param(timeout, int, 0);
MODULE_PARM_DESC(timeout, "Watchdog timeout value, in seconds (default="
-
WATCHDOG_TIMEOUT
")");
+
__MODULE_STRING(WATCHDOG_TIMEOUT)
")");
static int nowayout = WATCHDOG_NOWAYOUT;
module_param(nowayout, int, 0);