Skip to content

Commit

Permalink
ARM: gpio: tegra: convert drivers to use asm/gpio.h rather than mach/…
Browse files Browse the repository at this point in the history
…gpio.h

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Aug 8, 2011
1 parent cb04941 commit e6b750d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/host/sdhci-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <linux/mmc/card.h>
#include <linux/mmc/host.h>

#include <mach/gpio.h>
#include <asm/gpio.h>
#include <mach/sdhci.h>

#include "sdhci-pltfm.h"
Expand Down

0 comments on commit e6b750d

Please sign in to comment.