commit | 4a8527ef086ec7c89f40674ef024ae6f988a614a | [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 | 16e23c3f5dab6937f5109365416808c7f15c122b [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>