From: Sam Ravnborg Date: Tue, 16 Jul 2019 06:42:12 +0000 (+0200) Subject: drm/tdfx: drop use of drmP.h X-Git-Tag: v5.4-rc1~106^2~18^2~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53fa84b2fabfeb67bbc2f8f21b137ded0ae0bc43;p=thirdparty%2Flinux.git drm/tdfx: drop use of drmP.h Replace drmP.h include with necessary include files. Signed-off-by: Sam Ravnborg Acked-by: Emil Velikov Cc: David Airlie Cc: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20190716064220.18157-12-sam@ravnborg.org --- diff --git a/drivers/gpu/drm/tdfx/tdfx_drv.c b/drivers/gpu/drm/tdfx/tdfx_drv.c index 3a1476818c653..c243af156ee75 100644 --- a/drivers/gpu/drm/tdfx/tdfx_drv.c +++ b/drivers/gpu/drm/tdfx/tdfx_drv.c @@ -32,11 +32,14 @@ #include -#include -#include "tdfx_drv.h" - -#include +#include +#include +#include #include +#include +#include + +#include "tdfx_drv.h" static struct pci_device_id pciidlist[] = { tdfx_PCI_IDS