Skip to content

Commit

Permalink
ARM: tegra: fix mismerges of header file inclusions
Browse files Browse the repository at this point in the history
Another mishandled merge conflict by me, where the header file renames
and the removal of gpio includes clashed and I chose the wrong end result.

Fixes build breakage for tegra_defconfig.

Signed-off-by: Olof Johansson <[email protected]>
  • Loading branch information
olofj committed Oct 7, 2012
1 parent c0f72d7 commit 823bba8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mmc/host/sdhci-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

#include <asm/gpio.h>

#include <mach/gpio-tegra.h>
#include <linux/platform_data/mmc-sdhci-tegra.h>

#include "sdhci-pltfm.h"
Expand Down

0 comments on commit 823bba8

Please sign in to comment.