diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-08-05 11:14:15 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-08-07 04:55:48 -0400 |
commit | a09e64fbc0094e3073dbb09c3b4bfe4ab669244b (patch) | |
tree | 69689f467179891b498bd7423fcf61925173db31 /drivers/i2c/chips | |
parent | a1b81a84fff05dbfef45b7012c26e1fee9973e5d (diff) |
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
This just leaves include/asm-arm/plat-* to deal with.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/i2c/chips')
-rw-r--r-- | drivers/i2c/chips/isp1301_omap.c | 4 | ||||
-rw-r--r-- | drivers/i2c/chips/menelaus.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/i2c/chips/isp1301_omap.c b/drivers/i2c/chips/isp1301_omap.c index 03a33f1b9cd3..18355ae2155d 100644 --- a/drivers/i2c/chips/isp1301_omap.c +++ b/drivers/i2c/chips/isp1301_omap.c | |||
@@ -33,7 +33,7 @@ | |||
33 | #include <linux/workqueue.h> | 33 | #include <linux/workqueue.h> |
34 | 34 | ||
35 | #include <asm/irq.h> | 35 | #include <asm/irq.h> |
36 | #include <asm/arch/usb.h> | 36 | #include <mach/usb.h> |
37 | 37 | ||
38 | 38 | ||
39 | #ifndef DEBUG | 39 | #ifndef DEBUG |
@@ -94,7 +94,7 @@ struct isp1301 { | |||
94 | /* board-specific PM hooks */ | 94 | /* board-specific PM hooks */ |
95 | 95 | ||
96 | #include <asm/gpio.h> | 96 | #include <asm/gpio.h> |
97 | #include <asm/arch/mux.h> | 97 | #include <mach/mux.h> |
98 | #include <asm/mach-types.h> | 98 | #include <asm/mach-types.h> |
99 | 99 | ||
100 | 100 | ||
diff --git a/drivers/i2c/chips/menelaus.c b/drivers/i2c/chips/menelaus.c index e3c12e365c49..176126d3a01d 100644 --- a/drivers/i2c/chips/menelaus.c +++ b/drivers/i2c/chips/menelaus.c | |||
@@ -43,8 +43,8 @@ | |||
43 | 43 | ||
44 | #include <asm/mach/irq.h> | 44 | #include <asm/mach/irq.h> |
45 | 45 | ||
46 | #include <asm/arch/gpio.h> | 46 | #include <mach/gpio.h> |
47 | #include <asm/arch/menelaus.h> | 47 | #include <mach/menelaus.h> |
48 | 48 | ||
49 | #define DRIVER_NAME "menelaus" | 49 | #define DRIVER_NAME "menelaus" |
50 | 50 | ||