Commit 4e8858d5130459c4af80b990c2280115a1d49877
Committed by
Wim Van Sebroeck
1 parent
9cfce47b14
Exists in
master
and in
6 other branches
watchdog: Initconst section fixes for watchdog
Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/watchdog/sbc_epx_c3.c
... | ... | @@ -173,7 +173,7 @@ |
173 | 173 | .notifier_call = epx_c3_notify_sys, |
174 | 174 | }; |
175 | 175 | |
176 | -static const char banner[] __initdata = KERN_INFO PFX | |
176 | +static const char banner[] __initconst = KERN_INFO PFX | |
177 | 177 | "Hardware Watchdog Timer for Winsystems EPX-C3 SBC: 0.1\n"; |
178 | 178 | |
179 | 179 | static int __init watchdog_init(void) |