commit | 8a58819d8733179f74a003dd1ef884259e8e167f | [log] [tgz] |
---|---|---|
author | Martin Krause <martin.krause@tqs.de> | Tue Aug 21 12:40:34 2007 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Wed Aug 29 02:09:58 2007 +0200 |
tree | a1e07fdd562569e725f7be5108a192fbbd46db78 | |
parent | 1ab6def79d4195d812e1ee9940ae1e1513ccb49a [diff] |
MPC5xxx: fix some compiler warnings in USB code Fix the following warnings: - usb.c:xx: warning: function declaration isn't a prototype - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer from pointer wihtout a cast Signed-off-by: Martin Krause <martin.krase@tqs.de>