diff options
author | Justin M. Forbes <jforbes@redhat.com> | 2016-01-12 13:07:02 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@redhat.com> | 2016-01-12 13:07:02 -0600 |
commit | 84f63188188f713b156720253488c7e88ea6a023 (patch) | |
tree | fd088e836d7a95abc12ce4471fd8c10d4f190be7 /watchdog-Disable-watchdog-on-virtual-machines.patch | |
parent | 0c2a2f5349cef63c6a8d4bb53593fae904912054 (diff) | |
download | kernel-84f63188188f713b156720253488c7e88ea6a023.tar.gz kernel-84f63188188f713b156720253488c7e88ea6a023.tar.xz kernel-84f63188188f713b156720253488c7e88ea6a023.zip |
v4.4-1175-g03891f9
Diffstat (limited to 'watchdog-Disable-watchdog-on-virtual-machines.patch')
-rw-r--r-- | watchdog-Disable-watchdog-on-virtual-machines.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watchdog-Disable-watchdog-on-virtual-machines.patch b/watchdog-Disable-watchdog-on-virtual-machines.patch index 11bce5bb7..0a988c189 100644 --- a/watchdog-Disable-watchdog-on-virtual-machines.patch +++ b/watchdog-Disable-watchdog-on-virtual-machines.patch @@ -25,9 +25,9 @@ index 18f34cf..6aadffe 100644 --- a/kernel/watchdog.c +++ b/kernel/watchdog.c @@ -20,6 +20,7 @@ - #include <linux/smpboot.h> #include <linux/sched/rt.h> #include <linux/tick.h> + #include <linux/workqueue.h> +#include <linux/dmi.h> #include <asm/irq_regs.h> |