diff options
author | Felipe Balbi <balbi@ti.com> | 2012-07-25 12:05:32 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-08-16 16:58:45 (GMT) |
commit | 73f2989d37a36614fe13f24891ebe1e44fe5887d (patch) | |
tree | 9d5c99900e8c344531ad18dd651e6ce3f2c26a3f /drivers/w1/masters/omap_hdq.c | |
parent | 042a713fa4369ffc2fcb2f93400bc862a04a1f0f (diff) | |
download | linux-fsl-qoriq-73f2989d37a36614fe13f24891ebe1e44fe5887d.tar.xz |
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/masters/omap_hdq.c')
-rw-r--r-- | drivers/w1/masters/omap_hdq.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/w1/masters/omap_hdq.c b/drivers/w1/masters/omap_hdq.c index c8a4464..ca8e60b 100644 --- a/drivers/w1/masters/omap_hdq.c +++ b/drivers/w1/masters/omap_hdq.c @@ -18,9 +18,6 @@ #include <linux/sched.h> #include <linux/pm_runtime.h> -#include <asm/irq.h> -#include <mach/hardware.h> - #include "../w1.h" #include "../w1_int.h" |