On Mon, Aug 11, 2014 at 12:24:02PM +0200, Michael Grzeschik wrote: > The define is unused and can be thrown into the > garbage bag of other unused defines. > > Signed-off-by: Michael Grzeschik <m.grzeschik@xxxxxxxxxxxxxx> > --- > drivers/usb/gadget/uvc.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/usb/gadget/uvc.h b/drivers/usb/gadget/uvc.h > index 49d9573..5ae5c5e 100644 > --- a/drivers/usb/gadget/uvc.h > +++ b/drivers/usb/gadget/uvc.h > @@ -96,7 +96,6 @@ extern unsigned int uvc_gadget_trace_param; > * Driver specific constants > */ > > -#define DRIVER_VERSION "0.1.0" > #define DRIVER_VERSION_NUMBER KERNEL_VERSION(0, 1, 0) Shouldn't we also drop DRIVER_VERSION_NUMBER now that the driver is in the kernel tree? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html