projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cfce47
)
watchdog: Initconst section fixes for watchdog
author
Andi Kleen
<ak@linux.intel.com>
Thu, 15 Sep 2011 20:09:51 +0000
(13:09 -0700)
committer
Wim Van Sebroeck
<wim@iguana.be>
Tue, 20 Sep 2011 12:32:00 +0000
(14:32 +0200)
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/sbc_epx_c3.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/watchdog/sbc_epx_c3.c
b/drivers/watchdog/sbc_epx_c3.c
index 3066a5127ca8789e0e8024b2731d8741937c8fcb..eaca366b7234a5c1df978adcaacd73a01a66337b 100644
(file)
--- a/
drivers/watchdog/sbc_epx_c3.c
+++ b/
drivers/watchdog/sbc_epx_c3.c
@@
-173,7
+173,7
@@
static struct notifier_block epx_c3_notifier = {
.notifier_call = epx_c3_notify_sys,
};
-static const char banner[] __init
data
= KERN_INFO PFX
+static const char banner[] __init
const
= KERN_INFO PFX
"Hardware Watchdog Timer for Winsystems EPX-C3 SBC: 0.1\n";
static int __init watchdog_init(void)