diff options
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r-- | include/linux/usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index c8e55aa979de..8bc81bffc195 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -336,7 +336,7 @@ struct usb_bus { | |||
336 | #endif | 336 | #endif |
337 | struct device *dev; /* device for this bus */ | 337 | struct device *dev; /* device for this bus */ |
338 | 338 | ||
339 | #if defined(CONFIG_USB_MON) | 339 | #if defined(CONFIG_USB_MON) || defined(CONFIG_USB_MON_MODULE) |
340 | struct mon_bus *mon_bus; /* non-null when associated */ | 340 | struct mon_bus *mon_bus; /* non-null when associated */ |
341 | int monitored; /* non-zero when monitored */ | 341 | int monitored; /* non-zero when monitored */ |
342 | #endif | 342 | #endif |