forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/gpu/drm/gma500/power.h
....@@ -31,7 +31,9 @@
3131 #define _PSB_POWERMGMT_H_
3232
3333 #include <linux/pci.h>
34
-#include <drm/drmP.h>
34
+
35
+struct device;
36
+struct drm_device;
3537
3638 void gma_power_init(struct drm_device *dev);
3739 void gma_power_uninit(struct drm_device *dev);