drm/radeon: Don't include <drm/drm_pci.h>

Including <drm/drm_pci.h> is unnecessary in most cases. Replace
these instances.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191203100406.9674-9-tzimmermann@suse.de
This commit is contained in:
Thomas Zimmermann
2019-12-03 11:04:02 +01:00
parent 5613f633f9
commit 2ef79416f0
40 changed files with 54 additions and 54 deletions

View File

@@ -24,9 +24,10 @@
* Alex Deucher
*/
#include <linux/pci.h>
#include <drm/drm_crtc_helper.h>
#include <drm/drm_device.h>
#include <drm/drm_pci.h>
#include <drm/radeon_drm.h>
#include "radeon.h"