aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_pci.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2020-04-03 13:06:10 +0200
committerSam Ravnborg <sam@ravnborg.org>2020-04-03 17:11:41 +0200
commit625c18d706f7f96db2a315a60c7895761bba6128 (patch)
tree002258ff8aa74a86984461060d2253edeaf38508 /drivers/gpu/drm/drm_pci.c
parentdrm/pci: Move drm_pci_alloc/free under CONFIG_DRM_LEGACY (diff)
downloadlinux-dev-625c18d706f7f96db2a315a60c7895761bba6128.tar.xz
linux-dev-625c18d706f7f96db2a315a60c7895761bba6128.zip
drm: delete drm_pci.h
It's empty! After more than 20 years of OS abstraction layer for pci devices, it's kinda gone now. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20200403110610.2344842-2-daniel.vetter@ffwll.ch
Diffstat (limited to 'drivers/gpu/drm/drm_pci.c')
-rw-r--r--drivers/gpu/drm/drm_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_pci.c b/drivers/gpu/drm/drm_pci.c
index 131b7a139fda..75e2b7053f35 100644
--- a/drivers/gpu/drm/drm_pci.c
+++ b/drivers/gpu/drm/drm_pci.c
@@ -30,7 +30,6 @@
#include <drm/drm.h>
#include <drm/drm_agpsupport.h>
#include <drm/drm_drv.h>
-#include <drm/drm_pci.h>
#include <drm/drm_print.h>
#include "drm_internal.h"