forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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);