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 committed by Daniel Vetter
parent 3eb3cd04e2
commit 86e5d0b529
1 changed files with 0 additions and 1 deletions

View File

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