diff options
author | Geert Uytterhoeven <[email protected]> | 2011-06-15 15:08:35 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2011-06-15 20:04:00 -0700 |
commit | 26575f9544530127757297d4de8fb2f2c75f1f69 (patch) | |
tree | c227c2a5683840828baae1af2b300763dbf716fe | |
parent | 49b24d6b41c576ba43153fc94695f871cce139a5 (diff) |
w1: W1_MASTER_DS1WM should depend on GENERIC_HARDIRQS
On m68k (which doesn't support generic hardirqs yet):
drivers/w1/masters/ds1wm.c: In function `ds1wm_probe':
drivers/w1/masters/ds1wm.c: error: implicit declaration of function `irq_set_irq_type'
Signed-off-by: Geert Uytterhoeven <[email protected]>
Cc: Evgeniy Polyakov <[email protected]>
Cc: Jean-Franois Dagenais <[email protected]>
Cc: Matt Reimer <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | drivers/w1/masters/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/w1/masters/Kconfig b/drivers/w1/masters/Kconfig index 00d615d7aa21..979d6eed9a0f 100644 --- a/drivers/w1/masters/Kconfig +++ b/drivers/w1/masters/Kconfig @@ -42,7 +42,7 @@ config W1_MASTER_MXC config W1_MASTER_DS1WM tristate "Maxim DS1WM 1-wire busmaster" - depends on W1 + depends on W1 && GENERIC_HARDIRQS help Say Y here to enable the DS1WM 1-wire driver, such as that in HP iPAQ devices like h5xxx, h2200, and ASIC3-based like |