summaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/omap_hdq.c
diff options
context:
space:
mode:
authorFelipe Balbi2012-07-25 14:05:32 +0200
committerGreg Kroah-Hartman2012-08-16 18:58:45 +0200
commit73f2989d37a36614fe13f24891ebe1e44fe5887d (patch)
tree9d5c99900e8c344531ad18dd651e6ce3f2c26a3f /drivers/w1/masters/omap_hdq.c
parentw1: omap-hdq: remove unnecessary return (diff)
downloadkernel-qcow2-linux-73f2989d37a36614fe13f24891ebe1e44fe5887d.tar.gz
kernel-qcow2-linux-73f2989d37a36614fe13f24891ebe1e44fe5887d.tar.xz
kernel-qcow2-linux-73f2989d37a36614fe13f24891ebe1e44fe5887d.zip
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.c3
1 files changed, 0 insertions, 3 deletions
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 @@
#include <linux/sched.h>
#include <linux/pm_runtime.h>
-#include <asm/irq.h>
-#include <mach/hardware.h>
-
#include "../w1.h"
#include "../w1_int.h"