diff options
author | Wolfgang Denk <wd@denx.de> | 2010-03-12 23:06:04 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-03-12 23:06:04 +0100 |
commit | 93910edb595a88d394da3eb2cf5148096155dfe9 (patch) | |
tree | fc14bd3093f04c730b5c8d79e57707fada0d6159 /include/usb | |
parent | 4e72fb15c9073129e05820cc9c54f54bc4985835 (diff) | |
download | u-boot-imx-93910edb595a88d394da3eb2cf5148096155dfe9.zip u-boot-imx-93910edb595a88d394da3eb2cf5148096155dfe9.tar.gz u-boot-imx-93910edb595a88d394da3eb2cf5148096155dfe9.tar.bz2 |
Prepare v2010.03-rc1v2010.03-rc1
Coding style cleanup, update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/usb')
-rw-r--r-- | include/usb/musb_udc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/usb/musb_udc.h b/include/usb/musb_udc.h index ef37dbb..be808fd 100644 --- a/include/usb/musb_udc.h +++ b/include/usb/musb_udc.h @@ -51,4 +51,3 @@ int udc_init(void); #endif /* CONFIG_USB_TTY */ #endif /* __MUSB_UDC_H__ */ - |