1
0
Fork 0
forked from len0rd/rockbox

fix lang problem and little clean up

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14477 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Christian Gmeiner 2007-08-27 17:45:01 +00:00
parent 5ef236869f
commit 5365535daa
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,6 @@ struct usb_device_driver {
void (*suspend)(void);
void (*resume)(void);
void (*speed)(enum usb_device_speed speed);
struct usb_descriptors* descriptors;
void* data; /* used to store controller specific ops struct */
};