diff mbox series

[-next] drm/vboxvideo: Remove unused including <linux/version.h>

Message ID 20190320015429.86347-1-yuehaibing@huawei.com (mailing list archive)
State New, archived
Headers show
Series [-next] drm/vboxvideo: Remove unused including <linux/version.h> | expand

Commit Message

Yue Haibing March 20, 2019, 1:54 a.m. UTC
Remove including <linux/version.h> that don't need it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/gpu/drm/vboxvideo/vbox_drv.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Hans de Goede March 20, 2019, 9:13 a.m. UTC | #1
Hi,

On 20-03-19 02:54, YueHaibing wrote:
> Remove including <linux/version.h> that don't need it.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Thank you for the patch, it looks good to me:

Reviewed-by: Hans de Goede <hdegoede@redhat.com>

I will pick this up and push it to drm-misc-next

Regards,

Hans

> ---
>   drivers/gpu/drm/vboxvideo/vbox_drv.h | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/vboxvideo/vbox_drv.h b/drivers/gpu/drm/vboxvideo/vbox_drv.h
> index 6dea8bf5f045..ece31f395540 100644
> --- a/drivers/gpu/drm/vboxvideo/vbox_drv.h
> +++ b/drivers/gpu/drm/vboxvideo/vbox_drv.h
> @@ -14,7 +14,6 @@
>   #include <linux/io.h>
>   #include <linux/irqreturn.h>
>   #include <linux/string.h>
> -#include <linux/version.h>
>   
>   #include <drm/drm_encoder.h>
>   #include <drm/drm_fb_helper.h>
> 
> 
> 
> 
>
diff mbox series

Patch

diff --git a/drivers/gpu/drm/vboxvideo/vbox_drv.h b/drivers/gpu/drm/vboxvideo/vbox_drv.h
index 6dea8bf5f045..ece31f395540 100644
--- a/drivers/gpu/drm/vboxvideo/vbox_drv.h
+++ b/drivers/gpu/drm/vboxvideo/vbox_drv.h
@@ -14,7 +14,6 @@ 
 #include <linux/io.h>
 #include <linux/irqreturn.h>
 #include <linux/string.h>
-#include <linux/version.h>
 
 #include <drm/drm_encoder.h>
 #include <drm/drm_fb_helper.h>