diff options
author | Laurence Withers <lwithers@guralp.com> | 2011-07-18 09:25:58 -0400 |
---|---|---|
committer | U-Boot <uboot@aari01-12.(none)> | 2011-08-03 12:49:19 +0200 |
commit | 0bf98f1d13224b0c7a18c72f4aaa6a04df982a47 (patch) | |
tree | 78dc64217e7efe8c45c3faf791b568c9717c41f4 /board/davinci | |
parent | 5626f336caa7d19e7a79bd836a221a6899dc70b5 (diff) | |
download | u-boot-imx-0bf98f1d13224b0c7a18c72f4aaa6a04df982a47.zip u-boot-imx-0bf98f1d13224b0c7a18c72f4aaa6a04df982a47.tar.gz u-boot-imx-0bf98f1d13224b0c7a18c72f4aaa6a04df982a47.tar.bz2 |
DaVinci: rename gpio_defs.h to gpio.h
In preparation for a generic GPIO driver for the DA8xx processors,
rename <asm/arch/gpio_defs.h> to <asm/arch/gpio.h> and fix up all files
which include it.
Signed-off-by: Laurence Withers <lwithers@guralp.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'board/davinci')
-rw-r--r-- | board/davinci/dm355leopard/dm355leopard.c | 2 | ||||
-rw-r--r-- | board/davinci/dm365evm/dm365evm.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/davinci/dm355leopard/dm355leopard.c b/board/davinci/dm355leopard/dm355leopard.c index 0ee0d11..0ad5678 100644 --- a/board/davinci/dm355leopard/dm355leopard.c +++ b/board/davinci/dm355leopard/dm355leopard.c @@ -20,7 +20,7 @@ #include <nand.h> #include <asm/io.h> #include <asm/arch/hardware.h> -#include <asm/arch/gpio_defs.h> +#include <asm/arch/gpio.h> #include <asm/arch/nand_defs.h> #include <asm/arch/davinci_misc.h> #include <net.h> diff --git a/board/davinci/dm365evm/dm365evm.c b/board/davinci/dm365evm/dm365evm.c index 5fb7611..ac54106 100644 --- a/board/davinci/dm365evm/dm365evm.c +++ b/board/davinci/dm365evm/dm365evm.c @@ -22,7 +22,7 @@ #include <asm/arch/hardware.h> #include <asm/arch/emif_defs.h> #include <asm/arch/nand_defs.h> -#include <asm/arch/gpio_defs.h> +#include <asm/arch/gpio.h> #include <netdev.h> #include <asm/arch/davinci_misc.h> #ifdef CONFIG_DAVINCI_MMC |