diff options
author | Andi Kleen <ak@linux.intel.com> | 2011-09-15 13:09:51 -0700 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2011-09-20 14:32:00 +0200 |
commit | 4e8858d5130459c4af80b990c2280115a1d49877 (patch) | |
tree | 1b296cca80d9a67218f610b16c4104e306f8887f /drivers/watchdog | |
parent | 9cfce47b146cb492b8d5e7b40d6f7b3ea1963d50 (diff) |
watchdog: Initconst section fixes for watchdog
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/sbc_epx_c3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/sbc_epx_c3.c b/drivers/watchdog/sbc_epx_c3.c index 3066a5127ca8..eaca366b7234 100644 --- 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[] __initdata = KERN_INFO PFX +static const char banner[] __initconst = KERN_INFO PFX "Hardware Watchdog Timer for Winsystems EPX-C3 SBC: 0.1\n"; static int __init watchdog_init(void) |