Skip to content

Commit

Permalink
ARM i.MX: sdma is merged, so remove #ifdef SDMA_IS_MERGED
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Sascha Hauer committed Nov 15, 2010
1 parent 1b346af commit 415d341
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arch/arm/plat-mxc/devices/platform-imx-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,7 @@

#include <mach/hardware.h>
#include <mach/devices-common.h>
#ifdef SDMA_IS_MERGED
#include <mach/sdma.h>
#else
struct sdma_platform_data {
int sdma_version;
char *cpu_name;
int to_version;
};
#endif

struct imx_imx_sdma_data {
resource_size_t iobase;
Expand Down

0 comments on commit 415d341

Please sign in to comment.