diff options
author | crunchy <crunchy> | 2002-12-09 10:02:11 +0000 |
---|---|---|
committer | crunchy <crunchy> | 2002-12-09 10:02:11 +0000 |
commit | d33c47876f0fc2d669d71292875b900ef1cb157b (patch) | |
tree | 9734667791a75c71a063bd321c9adadd6eff9806 /kernel | |
parent | e1d7a24827d4b28fd6a7a605b2d5ab153cfd40fd (diff) | |
download | mpiosh-d33c47876f0fc2d669d71292875b900ef1cb157b.tar.gz mpiosh-d33c47876f0fc2d669d71292875b900ef1cb157b.tar.bz2 mpiosh-d33c47876f0fc2d669d71292875b900ef1cb157b.zip |
update for kernel 2.4.20 or later
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/mpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/mpio.c b/kernel/mpio.c index 54a336d..dedc4ca 100644 --- a/kernel/mpio.c +++ b/kernel/mpio.c @@ -569,7 +569,7 @@ void usb_show_string(struct usb_device *dev, char *id, int index) kfree(buf); } -void usb_dump_urb (purb_t purb) +void usb_dump_urb (struct urb * purb) { printk ("urb :%p\n", purb); printk ("next :%p\n", purb->next); |