diff options
Diffstat (limited to 'drivers/usb/core/devio.c')
-rw-r--r-- | drivers/usb/core/devio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c index 6ce77b33da61..c260ea8808b0 100644 --- a/drivers/usb/core/devio.c +++ b/drivers/usb/core/devio.c | |||
@@ -582,7 +582,7 @@ static void async_completed(struct urb *urb) | |||
582 | { | 582 | { |
583 | struct async *as = urb->context; | 583 | struct async *as = urb->context; |
584 | struct usb_dev_state *ps = as->ps; | 584 | struct usb_dev_state *ps = as->ps; |
585 | struct siginfo sinfo; | 585 | struct kernel_siginfo sinfo; |
586 | struct pid *pid = NULL; | 586 | struct pid *pid = NULL; |
587 | const struct cred *cred = NULL; | 587 | const struct cred *cred = NULL; |
588 | unsigned long flags; | 588 | unsigned long flags; |
@@ -2599,7 +2599,7 @@ const struct file_operations usbdev_file_operations = { | |||
2599 | static void usbdev_remove(struct usb_device *udev) | 2599 | static void usbdev_remove(struct usb_device *udev) |
2600 | { | 2600 | { |
2601 | struct usb_dev_state *ps; | 2601 | struct usb_dev_state *ps; |
2602 | struct siginfo sinfo; | 2602 | struct kernel_siginfo sinfo; |
2603 | 2603 | ||
2604 | while (!list_empty(&udev->filelist)) { | 2604 | while (!list_empty(&udev->filelist)) { |
2605 | ps = list_entry(udev->filelist.next, struct usb_dev_state, list); | 2605 | ps = list_entry(udev->filelist.next, struct usb_dev_state, list); |