diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-06-13 23:21:57 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-01 09:58:27 -0400 |
commit | 6387f8fcb6974499c3e179d3b0f369e62969300f (patch) | |
tree | d22c39d9f246a50eaabeaf3dde46973b6b80a603 | |
parent | 130d8bd7b67ddfcac52437821cf84a1087b19d4e (diff) |
i2c: imx: remove unneeded mach/irqs.h inclusion
Remove unneeded mach/irq.h inclusion from i2c-imx driver.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Cc: linux-i2c@vger.kernel.org
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Dong Aisheng <dong.aisheng@linaro.org>
-rw-r--r-- | drivers/i2c/busses/i2c-imx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-imx.c b/drivers/i2c/busses/i2c-imx.c index 8d6b504d65c4..370031ac8200 100644 --- a/drivers/i2c/busses/i2c-imx.c +++ b/drivers/i2c/busses/i2c-imx.c | |||
@@ -53,7 +53,6 @@ | |||
53 | #include <linux/of_i2c.h> | 53 | #include <linux/of_i2c.h> |
54 | #include <linux/pinctrl/consumer.h> | 54 | #include <linux/pinctrl/consumer.h> |
55 | 55 | ||
56 | #include <mach/irqs.h> | ||
57 | #include <mach/hardware.h> | 56 | #include <mach/hardware.h> |
58 | #include <mach/i2c.h> | 57 | #include <mach/i2c.h> |
59 | 58 | ||