diff options
author | Laurence Withers <lwithers@guralp.com> | 2011-07-18 13:25:58 (GMT) |
---|---|---|
committer | U-Boot <uboot@aari01-12.(none)> | 2011-08-03 10:49:19 (GMT) |
commit | 0bf98f1d13224b0c7a18c72f4aaa6a04df982a47 (patch) | |
tree | 78dc64217e7efe8c45c3faf791b568c9717c41f4 /board/davinci/dm365evm/dm365evm.c | |
parent | 5626f336caa7d19e7a79bd836a221a6899dc70b5 (diff) | |
download | u-boot-fsl-qoriq-0bf98f1d13224b0c7a18c72f4aaa6a04df982a47.tar.xz |
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/dm365evm/dm365evm.c')
-rw-r--r-- | board/davinci/dm365evm/dm365evm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |