diff options
author | Wolfgang Denk <wd@denx.de> | 2009-10-28 00:49:47 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-10-28 00:49:47 +0100 |
commit | 4946775c6db52dba28f72ba3525764b54f1d4593 (patch) | |
tree | e5d0d53ce1e138f05b2ced553933aecc6907c3e1 /include/asm-arm | |
parent | 246c69225c7b962d5c93e92282b78ca9fc5fefee (diff) | |
download | u-boot-imx-4946775c6db52dba28f72ba3525764b54f1d4593.zip u-boot-imx-4946775c6db52dba28f72ba3525764b54f1d4593.tar.gz u-boot-imx-4946775c6db52dba28f72ba3525764b54f1d4593.tar.bz2 |
Coding Style cleanup; update CHANGELOG, prepare -rc1v2009.11-rc1
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-davinci/gpio_defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/arch-davinci/gpio_defs.h b/include/asm-arm/arch-davinci/gpio_defs.h index ec43969..ff62976 100644 --- a/include/asm-arm/arch-davinci/gpio_defs.h +++ b/include/asm-arm/arch-davinci/gpio_defs.h @@ -50,4 +50,3 @@ struct davinci_gpio_bank { }; #endif - |