]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MPC5xxx: fix some compiler warnings in USB code
authorMartin Krause <martin.krause@tqs.de>
Tue, 21 Aug 2007 10:40:34 +0000 (12:40 +0200)
committerWolfgang Denk <wd@denx.de>
Wed, 29 Aug 2007 00:09:58 +0000 (02:09 +0200)
commit4a8527ef086ec7c89f40674ef024ae6f988a614a
treea1e07fdd562569e725f7be5108a192fbbd46db78
parent16e23c3f5dab6937f5109365416808c7f15c122b
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>
cpu/mpc5xxx/usb.c
drivers/usb_ohci.c