diff options
author | Wolfgang Denk <wd@denx.de> | 2009-02-12 00:08:39 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-02-12 00:08:39 +0100 |
commit | f15c6515fc23f83c51f3de272ca23d86b80e81b1 (patch) | |
tree | 6af7c379a62758b4e768280733f38bb4e84909a0 /drivers/usb/davinci_usb.h | |
parent | 5fc56b907d993260b9ebdb137af66fe69635ae9e (diff) | |
download | u-boot-imx-f15c6515fc23f83c51f3de272ca23d86b80e81b1.zip u-boot-imx-f15c6515fc23f83c51f3de272ca23d86b80e81b1.tar.gz u-boot-imx-f15c6515fc23f83c51f3de272ca23d86b80e81b1.tar.bz2 |
Coding style cleanup; update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'drivers/usb/davinci_usb.h')
-rw-r--r-- | drivers/usb/davinci_usb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/davinci_usb.h b/drivers/usb/davinci_usb.h index d270861..f6751bf 100644 --- a/drivers/usb/davinci_usb.h +++ b/drivers/usb/davinci_usb.h @@ -84,4 +84,3 @@ extern int i2c_write(uchar chip, uint addr, int alen, uchar *buffer, int len); extern int i2c_read(uchar chip, uint addr, int alen, uchar *buffer, int len); extern void enable_vbus(void); #endif /* __DAVINCI_USB_H__ */ - |