diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/watchdog/Kconfig | 3 | ||||
| -rw-r--r-- | drivers/watchdog/intel_scu_watchdog.c | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 022f9eb0b7bf..9536d386bb38 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
| @@ -535,8 +535,7 @@ config I6300ESB_WDT | |||
| 535 | 535 | ||
| 536 | config INTEL_SCU_WATCHDOG | 536 | config INTEL_SCU_WATCHDOG |
| 537 | bool "Intel SCU Watchdog for Mobile Platforms" | 537 | bool "Intel SCU Watchdog for Mobile Platforms" |
| 538 | depends on WATCHDOG | 538 | depends on X86_MRST |
| 539 | depends on INTEL_SCU_IPC | ||
| 540 | ---help--- | 539 | ---help--- |
| 541 | Hardware driver for the watchdog time built into the Intel SCU | 540 | Hardware driver for the watchdog time built into the Intel SCU |
| 542 | for Intel Mobile Platforms. | 541 | for Intel Mobile Platforms. |
diff --git a/drivers/watchdog/intel_scu_watchdog.c b/drivers/watchdog/intel_scu_watchdog.c index 919bdd16136f..ba4386066a42 100644 --- a/drivers/watchdog/intel_scu_watchdog.c +++ b/drivers/watchdog/intel_scu_watchdog.c | |||
| @@ -42,7 +42,6 @@ | |||
| 42 | #include <linux/sched.h> | 42 | #include <linux/sched.h> |
| 43 | #include <linux/signal.h> | 43 | #include <linux/signal.h> |
| 44 | #include <linux/sfi.h> | 44 | #include <linux/sfi.h> |
| 45 | #include <linux/types.h> | ||
| 46 | #include <asm/irq.h> | 45 | #include <asm/irq.h> |
| 47 | #include <asm/atomic.h> | 46 | #include <asm/atomic.h> |
| 48 | #include <asm/intel_scu_ipc.h> | 47 | #include <asm/intel_scu_ipc.h> |
