drm/gma500: Do not include <drm/drm_global.h>

The gma500 driver has no dependencies on drm_global.h. Remove the include
statement.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20180817082138.26628-1-tzimmermann@suse.de
This commit is contained in:
Thomas Zimmermann
2018-08-17 10:21:38 +02:00
committad av Daniel Vetter
förälder 3eb3cd04e2
incheckning 86e5d0b529

Visa fil

@@ -23,7 +23,6 @@
#include <linux/kref.h>
#include <drm/drmP.h>
#include <drm/drm_global.h>
#include <drm/gma_drm.h>
#include "psb_reg.h"
#include "psb_intel_drv.h"