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 /drivers/usb | |
parent | 5626f336caa7d19e7a79bd836a221a6899dc70b5 (diff) | |
download | u-boot-0bf98f1d13224b0c7a18c72f4aaa6a04df982a47.tar.gz u-boot-0bf98f1d13224b0c7a18c72f4aaa6a04df982a47.tar.xz u-boot-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 'drivers/usb')
-rw-r--r-- | drivers/usb/musb/da8xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/da8xx.h b/drivers/usb/musb/da8xx.h index b9660ba809..be1cdaf1dc 100644 --- a/drivers/usb/musb/da8xx.h +++ b/drivers/usb/musb/da8xx.h @@ -25,7 +25,7 @@ #define __DA8XX_MUSB_H__ #include <asm/arch/hardware.h> -#include <asm/arch/gpio_defs.h> +#include <asm/arch/gpio.h> #include "musb_core.h" /* Base address of da8xx usb0 wrapper */ |