diff options
author | David Brownell <david-b@pacbell.net> | 2008-01-27 12:14:49 -0500 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2008-01-27 12:14:49 -0500 |
commit | 6d16bfb5e81d3925a7efb38b5cc3e0021b57d03a (patch) | |
tree | deb1d0de0cc09b0d9cd6a4e1f5440677b5a8b81d /arch/arm | |
parent | caada32afe0d181b1dc36ab3fc29628582776e09 (diff) |
i2c/tps65010: move header to <linux/i2c/...>
Move the tps65010 header file from the OMAP arch directory to the
more generic <linux/i2c/...> directory, and remove the spurious
dependency of this driver on OMAP.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-omap1/board-h2.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-omap1/board-h3.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-omap1/board-osk.c | 3 | ||||
-rw-r--r-- | arch/arm/mach-omap1/leds-osk.c | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/mach-omap1/board-h2.c b/arch/arm/mach-omap1/board-h2.c index 130681201c19..9393824cc150 100644 --- a/arch/arm/mach-omap1/board-h2.c +++ b/arch/arm/mach-omap1/board-h2.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/mtd/nand.h> | 27 | #include <linux/mtd/nand.h> |
28 | #include <linux/mtd/partitions.h> | 28 | #include <linux/mtd/partitions.h> |
29 | #include <linux/input.h> | 29 | #include <linux/input.h> |
30 | #include <linux/i2c/tps65010.h> | ||
30 | 31 | ||
31 | #include <asm/hardware.h> | 32 | #include <asm/hardware.h> |
32 | #include <asm/gpio.h> | 33 | #include <asm/gpio.h> |
@@ -36,7 +37,6 @@ | |||
36 | #include <asm/mach/flash.h> | 37 | #include <asm/mach/flash.h> |
37 | #include <asm/mach/map.h> | 38 | #include <asm/mach/map.h> |
38 | 39 | ||
39 | #include <asm/arch/tps65010.h> | ||
40 | #include <asm/arch/mux.h> | 40 | #include <asm/arch/mux.h> |
41 | #include <asm/arch/tc.h> | 41 | #include <asm/arch/tc.h> |
42 | #include <asm/arch/irda.h> | 42 | #include <asm/arch/irda.h> |
diff --git a/arch/arm/mach-omap1/board-h3.c b/arch/arm/mach-omap1/board-h3.c index 4f84ae273a1f..978cdab16535 100644 --- a/arch/arm/mach-omap1/board-h3.c +++ b/arch/arm/mach-omap1/board-h3.c | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <linux/mtd/nand.h> | 26 | #include <linux/mtd/nand.h> |
27 | #include <linux/mtd/partitions.h> | 27 | #include <linux/mtd/partitions.h> |
28 | #include <linux/input.h> | 28 | #include <linux/input.h> |
29 | #include <linux/i2c/tps65010.h> | ||
29 | 30 | ||
30 | #include <asm/setup.h> | 31 | #include <asm/setup.h> |
31 | #include <asm/page.h> | 32 | #include <asm/page.h> |
@@ -37,7 +38,6 @@ | |||
37 | #include <asm/mach/flash.h> | 38 | #include <asm/mach/flash.h> |
38 | #include <asm/mach/map.h> | 39 | #include <asm/mach/map.h> |
39 | 40 | ||
40 | #include <asm/arch/tps65010.h> | ||
41 | #include <asm/arch/gpioexpander.h> | 41 | #include <asm/arch/gpioexpander.h> |
42 | #include <asm/arch/irqs.h> | 42 | #include <asm/arch/irqs.h> |
43 | #include <asm/arch/mux.h> | 43 | #include <asm/arch/mux.h> |
diff --git a/arch/arm/mach-omap1/board-osk.c b/arch/arm/mach-omap1/board-osk.c index 5db182da322b..5b575e687a2a 100644 --- a/arch/arm/mach-omap1/board-osk.c +++ b/arch/arm/mach-omap1/board-osk.c | |||
@@ -37,6 +37,8 @@ | |||
37 | #include <linux/mtd/mtd.h> | 37 | #include <linux/mtd/mtd.h> |
38 | #include <linux/mtd/partitions.h> | 38 | #include <linux/mtd/partitions.h> |
39 | 39 | ||
40 | #include <linux/i2c/tps65010.h> | ||
41 | |||
40 | #include <asm/hardware.h> | 42 | #include <asm/hardware.h> |
41 | #include <asm/gpio.h> | 43 | #include <asm/gpio.h> |
42 | 44 | ||
@@ -46,7 +48,6 @@ | |||
46 | #include <asm/mach/flash.h> | 48 | #include <asm/mach/flash.h> |
47 | 49 | ||
48 | #include <asm/arch/usb.h> | 50 | #include <asm/arch/usb.h> |
49 | #include <asm/arch/tps65010.h> | ||
50 | #include <asm/arch/mux.h> | 51 | #include <asm/arch/mux.h> |
51 | #include <asm/arch/tc.h> | 52 | #include <asm/arch/tc.h> |
52 | #include <asm/arch/common.h> | 53 | #include <asm/arch/common.h> |
diff --git a/arch/arm/mach-omap1/leds-osk.c b/arch/arm/mach-omap1/leds-osk.c index 86de303ecab2..6939d5e7569a 100644 --- a/arch/arm/mach-omap1/leds-osk.c +++ b/arch/arm/mach-omap1/leds-osk.c | |||
@@ -5,13 +5,13 @@ | |||
5 | */ | 5 | */ |
6 | #include <linux/init.h> | 6 | #include <linux/init.h> |
7 | #include <linux/workqueue.h> | 7 | #include <linux/workqueue.h> |
8 | #include <linux/i2c/tps65010.h> | ||
8 | 9 | ||
9 | #include <asm/hardware.h> | 10 | #include <asm/hardware.h> |
10 | #include <asm/leds.h> | 11 | #include <asm/leds.h> |
11 | #include <asm/system.h> | 12 | #include <asm/system.h> |
12 | 13 | ||
13 | #include <asm/arch/gpio.h> | 14 | #include <asm/arch/gpio.h> |
14 | #include <asm/arch/tps65010.h> | ||
15 | 15 | ||
16 | #include "leds.h" | 16 | #include "leds.h" |
17 | 17 | ||