diff options
| author | Ingo Molnar <[email protected]> | 2010-05-13 08:53:33 +0200 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2010-05-13 08:53:33 +0200 |
| commit | 0167c781907fcdc3e1f144ef5ce31d402c91eb94 (patch) | |
| tree | 522c4acbb5a996ae126f89dce128cccb6cb18ea1 | |
| 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 <[email protected]>
Cc: Don Zickus <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Cyrill Gorcunov <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
| -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) { __get_cpu_var(watchdog_touch_ts) = 0; } +EXPORT_SYMBOL(touch_softlockup_watchdog); void touch_all_softlockup_watchdogs(void) { |