Skip to content

Commit

Permalink
ARM: mx25: remove now empty devices.h
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
  • Loading branch information
Uwe Kleine-König committed Nov 19, 2010
1 parent bb4c853 commit 2a8bd56
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 3 deletions.
Empty file removed arch/arm/mach-mx25/devices.h
Empty file.
1 change: 0 additions & 1 deletion arch/arm/mach-mx25/eukrea_mbimxsd-baseboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include <mach/audmux.h>

#include "devices-imx25.h"
#include "devices.h"

static struct pad_desc eukrea_mbimxsd_pads[] = {
/* LCD */
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-mx25/mach-cpuimx25.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#include <mach/iomux-mx25.h>

#include "devices-imx25.h"
#include "devices.h"

static const struct imxuart_platform_data uart_pdata __initconst = {
.flags = IMXUART_HAVE_RTSCTS,
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-mx25/mach-mx25_3ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
#include <mach/iomux-mx25.h>

#include "devices-imx25.h"
#include "devices.h"

static const struct imxuart_platform_data uart_pdata __initconst = {
.flags = IMXUART_HAVE_RTSCTS,
Expand Down

0 comments on commit 2a8bd56

Please sign in to comment.