summaryrefslogtreecommitdiffstats
path: root/board/davinci/dm355leopard
diff options
context:
space:
mode:
authorLaurence Withers <lwithers@guralp.com>2011-07-18 09:25:58 -0400
committerU-Boot <uboot@aari01-12.(none)>2011-08-03 12:49:19 +0200
commit0bf98f1d13224b0c7a18c72f4aaa6a04df982a47 (patch)
tree78dc64217e7efe8c45c3faf791b568c9717c41f4 /board/davinci/dm355leopard
parent5626f336caa7d19e7a79bd836a221a6899dc70b5 (diff)
downloadblackbird-obmc-uboot-0bf98f1d13224b0c7a18c72f4aaa6a04df982a47.tar.gz
blackbird-obmc-uboot-0bf98f1d13224b0c7a18c72f4aaa6a04df982a47.zip
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/dm355leopard')
-rw-r--r--board/davinci/dm355leopard/dm355leopard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/davinci/dm355leopard/dm355leopard.c b/board/davinci/dm355leopard/dm355leopard.c
index 0ee0d11a71..0ad5678106 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>
OpenPOWER on IntegriCloud