X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fusb.h;h=eb282b5815464a478ae3d2a721014422eadfbb13;hb=7ca6448dbfb398bba36eda3c01bc14b86c3675be;hp=3d508bf0840270a136a371b8d175bbc861b14e14;hpb=9527cc77e25b3a3787569edcbb8e74080b8df54a;p=linux-2.6 diff --git a/include/linux/usb.h b/include/linux/usb.h index 3d508bf084..eb282b5815 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -290,7 +290,7 @@ struct usb_bus { struct class_device *class_dev; /* class device for this bus */ struct kref kref; /* handles reference counting this bus */ void (*release)(struct usb_bus *bus); /* function to destroy this bus's memory */ -#if defined(CONFIG_USB_MON) || defined(CONFIG_USB_MON_MODULE) +#if defined(CONFIG_USB_MON) struct mon_bus *mon_bus; /* non-null when associated */ int monitored; /* non-zero when monitored */ #endif