diff options
author | Felipe Balbi <balbi@ti.com> | 2012-07-25 08:05:32 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-08-16 12:58:45 -0400 |
commit | 73f2989d37a36614fe13f24891ebe1e44fe5887d (patch) | |
tree | 9d5c99900e8c344531ad18dd651e6ce3f2c26a3f /drivers/w1 | |
parent | 042a713fa4369ffc2fcb2f93400bc862a04a1f0f (diff) |
w1: omap-hdq: drop ARCH dependency
Let the driver compile everywhere while
also removing unnecessary headers.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/w1')
-rw-r--r-- | drivers/w1/masters/Kconfig | 1 | ||||
-rw-r--r-- | drivers/w1/masters/omap_hdq.c | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/drivers/w1/masters/Kconfig b/drivers/w1/masters/Kconfig index 5ceb1cd50195..7e984034a11b 100644 --- a/drivers/w1/masters/Kconfig +++ b/drivers/w1/masters/Kconfig | |||
@@ -60,7 +60,6 @@ config W1_MASTER_GPIO | |||
60 | 60 | ||
61 | config HDQ_MASTER_OMAP | 61 | config HDQ_MASTER_OMAP |
62 | tristate "OMAP HDQ driver" | 62 | tristate "OMAP HDQ driver" |
63 | depends on ARCH_OMAP2PLUS | ||
64 | help | 63 | help |
65 | Say Y here if you want support for the 1-wire or HDQ Interface | 64 | Say Y here if you want support for the 1-wire or HDQ Interface |
66 | on an OMAP processor. | 65 | on an OMAP processor. |
diff --git a/drivers/w1/masters/omap_hdq.c b/drivers/w1/masters/omap_hdq.c index c8a44642a5f1..ca8e60bb2f9c 100644 --- a/drivers/w1/masters/omap_hdq.c +++ b/drivers/w1/masters/omap_hdq.c | |||
@@ -18,9 +18,6 @@ | |||
18 | #include <linux/sched.h> | 18 | #include <linux/sched.h> |
19 | #include <linux/pm_runtime.h> | 19 | #include <linux/pm_runtime.h> |
20 | 20 | ||
21 | #include <asm/irq.h> | ||
22 | #include <mach/hardware.h> | ||
23 | |||
24 | #include "../w1.h" | 21 | #include "../w1.h" |
25 | #include "../w1_int.h" | 22 | #include "../w1_int.h" |
26 | 23 | ||