diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-03-20 02:54:29 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2019-03-20 10:16:40 +0100 |
commit | 8bfb175461353c0d0da992e00cc35a40a65a58ea (patch) | |
tree | 18555553bc95c94a1d86c57165ef3419b3491d63 /drivers/gpu/drm/vboxvideo | |
parent | drm/meson: exclusively use the canvas provider module (diff) | |
download | linux-8bfb175461353c0d0da992e00cc35a40a65a58ea.tar.xz linux-8bfb175461353c0d0da992e00cc35a40a65a58ea.zip |
drm/vboxvideo: Remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190320015429.86347-1-yuehaibing@huawei.com
Diffstat (limited to 'drivers/gpu/drm/vboxvideo')
-rw-r--r-- | drivers/gpu/drm/vboxvideo/vbox_drv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vboxvideo/vbox_drv.h b/drivers/gpu/drm/vboxvideo/vbox_drv.h index bf2382e9d64c..0ecd0a44176e 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> |