diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-05-13 02:53:33 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-05-13 02:53:33 -0400 |
commit | 0167c781907fcdc3e1f144ef5ce31d402c91eb94 (patch) | |
tree | 522c4acbb5a996ae126f89dce128cccb6cb18ea1 /kernel/watchdog.c | |
parent | 19cc36c0f0457e5c6629ec24036fbbe8255c88ec (diff) |
watchdog: Export touch_softlockup_watchdog
There are modules that rely on it:
ERROR: "touch_softlockup_watchdog" [drivers/video/nvidia/nvidiafb.ko] undefined!
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Cyrill Gorcunov <gorcunov@gmail.com>
LKML-Reference: <1273713674-8434-1-git-send-regression-fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/watchdog.c')
-rw-r--r-- | kernel/watchdog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/watchdog.c b/kernel/watchdog.c index 57b8e2c25eda..be5e74e62be6 100644 --- a/kernel/watchdog.c +++ b/kernel/watchdog.c | |||
@@ -124,6 +124,7 @@ void touch_softlockup_watchdog(void) | |||
124 | { | 124 | { |
125 | __get_cpu_var(watchdog_touch_ts) = 0; | 125 | __get_cpu_var(watchdog_touch_ts) = 0; |
126 | } | 126 | } |
127 | EXPORT_SYMBOL(touch_softlockup_watchdog); | ||
127 | 128 | ||
128 | void touch_all_softlockup_watchdogs(void) | 129 | void touch_all_softlockup_watchdogs(void) |
129 | { | 130 | { |