diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-11 11:30:25 -0500 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-19 15:53:48 -0500 |
commit | 2a8bd56a382ec0e24249b1adaca4f38bd529e825 (patch) | |
tree | 02bc57fb1d281d6ddf28067a072eb9e081928dcc /arch/arm/mach-mx25 | |
parent | bb4c853ff18fe3b0e2aec45053c318479e0c55e3 (diff) |
ARM: mx25: remove now empty devices.h
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx25')
-rw-r--r-- | arch/arm/mach-mx25/devices.h | 0 | ||||
-rw-r--r-- | arch/arm/mach-mx25/eukrea_mbimxsd-baseboard.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-mx25/mach-cpuimx25.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-mx25/mach-mx25_3ds.c | 1 |
4 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-mx25/devices.h b/arch/arm/mach-mx25/devices.h deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/arch/arm/mach-mx25/devices.h +++ /dev/null | |||
diff --git a/arch/arm/mach-mx25/eukrea_mbimxsd-baseboard.c b/arch/arm/mach-mx25/eukrea_mbimxsd-baseboard.c index d6058e0c0c7d..75a5db568119 100644 --- a/arch/arm/mach-mx25/eukrea_mbimxsd-baseboard.c +++ b/arch/arm/mach-mx25/eukrea_mbimxsd-baseboard.c | |||
@@ -36,7 +36,6 @@ | |||
36 | #include <mach/audmux.h> | 36 | #include <mach/audmux.h> |
37 | 37 | ||
38 | #include "devices-imx25.h" | 38 | #include "devices-imx25.h" |
39 | #include "devices.h" | ||
40 | 39 | ||
41 | static struct pad_desc eukrea_mbimxsd_pads[] = { | 40 | static struct pad_desc eukrea_mbimxsd_pads[] = { |
42 | /* LCD */ | 41 | /* LCD */ |
diff --git a/arch/arm/mach-mx25/mach-cpuimx25.c b/arch/arm/mach-mx25/mach-cpuimx25.c index d1a04bafb432..67a7d55ad191 100644 --- a/arch/arm/mach-mx25/mach-cpuimx25.c +++ b/arch/arm/mach-mx25/mach-cpuimx25.c | |||
@@ -41,7 +41,6 @@ | |||
41 | #include <mach/iomux-mx25.h> | 41 | #include <mach/iomux-mx25.h> |
42 | 42 | ||
43 | #include "devices-imx25.h" | 43 | #include "devices-imx25.h" |
44 | #include "devices.h" | ||
45 | 44 | ||
46 | static const struct imxuart_platform_data uart_pdata __initconst = { | 45 | static const struct imxuart_platform_data uart_pdata __initconst = { |
47 | .flags = IMXUART_HAVE_RTSCTS, | 46 | .flags = IMXUART_HAVE_RTSCTS, |
diff --git a/arch/arm/mach-mx25/mach-mx25_3ds.c b/arch/arm/mach-mx25/mach-mx25_3ds.c index 7e72df77e305..328e1af7940c 100644 --- a/arch/arm/mach-mx25/mach-mx25_3ds.c +++ b/arch/arm/mach-mx25/mach-mx25_3ds.c | |||
@@ -42,7 +42,6 @@ | |||
42 | #include <mach/iomux-mx25.h> | 42 | #include <mach/iomux-mx25.h> |
43 | 43 | ||
44 | #include "devices-imx25.h" | 44 | #include "devices-imx25.h" |
45 | #include "devices.h" | ||
46 | 45 | ||
47 | static const struct imxuart_platform_data uart_pdata __initconst = { | 46 | static const struct imxuart_platform_data uart_pdata __initconst = { |
48 | .flags = IMXUART_HAVE_RTSCTS, | 47 | .flags = IMXUART_HAVE_RTSCTS, |