diff options
Diffstat (limited to 'drivers/media/video/gspca/gspca.h')
-rw-r--r-- | drivers/media/video/gspca/gspca.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/gspca.h b/drivers/media/video/gspca/gspca.h index a55c0a04ecf7..59c7941da999 100644 --- a/drivers/media/video/gspca/gspca.h +++ b/drivers/media/video/gspca/gspca.h | |||
@@ -180,6 +180,7 @@ struct gspca_dev { | |||
180 | struct mutex usb_lock; /* usb exchange protection */ | 180 | struct mutex usb_lock; /* usb exchange protection */ |
181 | struct mutex read_lock; /* read protection */ | 181 | struct mutex read_lock; /* read protection */ |
182 | struct mutex queue_lock; /* ISOC queue protection */ | 182 | struct mutex queue_lock; /* ISOC queue protection */ |
183 | int usb_err; /* USB error - protected by usb_lock */ | ||
183 | #ifdef CONFIG_PM | 184 | #ifdef CONFIG_PM |
184 | char frozen; /* suspend - resume */ | 185 | char frozen; /* suspend - resume */ |
185 | #endif | 186 | #endif |