diff options
Diffstat (limited to 'drivers/gpio/tegra_gpio.c')
| -rw-r--r-- | drivers/gpio/tegra_gpio.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/gpio/tegra_gpio.c b/drivers/gpio/tegra_gpio.c index 747f4cf92..241796821 100644 --- a/drivers/gpio/tegra_gpio.c +++ b/drivers/gpio/tegra_gpio.c @@ -30,7 +30,7 @@  #include <common.h>  #include <asm/io.h>  #include <asm/bitops.h> -#include <asm/arch/tegra20.h> +#include <asm/arch/tegra.h>  #include <asm/gpio.h>  enum { |