diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-17 20:13:42 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-17 20:13:42 +0200 |
commit | 46cddc01aa6a017193ae7320ef8bfc8242782a66 (patch) | |
tree | da67a2fb45e512689bf909b4f832a8daea57e140 /arch/arm/mach-omap2/board-n8x0.c | |
parent | Merge branch 'omap-for-v3.8/cleanup-headers-gpmc' into omap-for-v3.8/cleanup-... (diff) | |
parent | mmc: omap: Remove cpu_is_omap usage from the driver (diff) | |
download | linux-46cddc01aa6a017193ae7320ef8bfc8242782a66.tar.xz linux-46cddc01aa6a017193ae7320ef8bfc8242782a66.zip |
Merge branch 'omap-for-v3.8/cleanup-headers-mmc' into omap-for-v3.8/cleanup-headers
Conflicts:
arch/arm/mach-omap1/devices.c
arch/arm/mach-omap2/omap_hwmod_33xx_data.c
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
drivers/mmc/host/omap.c
Diffstat (limited to 'arch/arm/mach-omap2/board-n8x0.c')
-rw-r--r-- | arch/arm/mach-omap2/board-n8x0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-n8x0.c b/arch/arm/mach-omap2/board-n8x0.c index 92b19166aac8..cea433b9b7b9 100644 --- a/arch/arm/mach-omap2/board-n8x0.c +++ b/arch/arm/mach-omap2/board-n8x0.c @@ -29,7 +29,7 @@ #include "common.h" #include <plat/menelaus.h> -#include <plat/mmc.h> +#include "mmc.h" #include "mux.h" #include "gpmc-onenand.h" |