Hi Cai, Thank you for the patch. On Tue, Jul 27, 2021 at 05:28:53PM +0800, Cai Huoqing wrote: > Remove including <linux/version.h> that don't need it. > > V1->V2: Split the patch in two. > > Reviewed-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > Signed-off-by: Cai Huoqing <caihuoqing@xxxxxxxxx> Taken in my tree for v5.15. Thank you. > --- > drivers/media/usb/uvc/uvc_driver.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c > index 9a791d8ef200..b1b055784f8d 100644 > --- a/drivers/media/usb/uvc/uvc_driver.c > +++ b/drivers/media/usb/uvc/uvc_driver.c > @@ -16,7 +16,6 @@ > #include <linux/videodev2.h> > #include <linux/vmalloc.h> > #include <linux/wait.h> > -#include <linux/version.h> > #include <asm/unaligned.h> > > #include <media/v4l2-common.h> -- Regards, Laurent Pinchart