forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/gpu/drm/savage/savage_drv.c
....@@ -24,13 +24,14 @@
2424 */
2525
2626 #include <linux/module.h>
27
+#include <linux/pci.h>
2728
28
-#include <drm/drmP.h>
29
-#include <drm/savage_drm.h>
30
-#include "savage_drv.h"
31
-
29
+#include <drm/drm_drv.h>
30
+#include <drm/drm_file.h>
3231 #include <drm/drm_pciids.h>
3332
33
+#include "savage_drv.h"
34
+
3435 static struct pci_device_id pciidlist[] = {
3536 savage_PCI_IDS
3637 };