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
This commit is contained in:
YueHaibing 2019-03-20 01:54:29 +00:00 committed by Hans de Goede
parent 2bf6b5b0e3
commit 8bfb175461

View file

@ -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>