projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
528ea54
)
drm/tdfx: Don't include <drm/drm_pci.h>
author
Thomas Zimmermann
<tzimmermann@suse.de>
Tue, 3 Dec 2019 10:04:05 +0000
(11:04 +0100)
committer
Thomas Zimmermann
<tzimmermann@suse.de>
Thu, 5 Dec 2019 07:45:01 +0000
(08:45 +0100)
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-12-tzimmermann@suse.de
drivers/gpu/drm/tdfx/tdfx_drv.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/tdfx/tdfx_drv.c
b/drivers/gpu/drm/tdfx/tdfx_drv.c
index c243af156ee752007856902a4aeff87d689ee849..ab699bf0ac5c0f1b5d967b8577a5dcdb693dc3e2 100644
(file)
--- a/
drivers/gpu/drm/tdfx/tdfx_drv.c
+++ b/
drivers/gpu/drm/tdfx/tdfx_drv.c
@@
-31,12
+31,12
@@
*/
#include <linux/module.h>
+#include <linux/pci.h>
#include <drm/drm_drv.h>
#include <drm/drm_file.h>
#include <drm/drm_ioctl.h>
#include <drm/drm_legacy.h>
-#include <drm/drm_pci.h>
#include <drm/drm_pciids.h>
#include "tdfx_drv.h"