drm/mgag200: drop use of drmP.h
Drop use of the deprecated drmP.h header file. Replace with necessary include files to fix build. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Thomas Zimmermann <tzimmermann@suse.de> Cc: Daniel Vetter <daniel@ffwll.ch> Cc: David Airlie <airlied@linux.ie> Link: https://patchwork.freedesktop.org/patch/msgid/20190623103542.30697-5-sam@ravnborg.org
This commit is contained in:
@@ -25,10 +25,12 @@
|
||||
/*
|
||||
* Authors: Dave Airlie <airlied@redhat.com>
|
||||
*/
|
||||
|
||||
#include <linux/export.h>
|
||||
#include <linux/i2c.h>
|
||||
#include <linux/i2c-algo-bit.h>
|
||||
#include <drm/drmP.h>
|
||||
#include <linux/i2c.h>
|
||||
|
||||
#include <drm/drm_pci.h>
|
||||
|
||||
#include "mgag200_drv.h"
|
||||
|
||||
|
Reference in New Issue
Block a user