kernel/drivers/gpu/drm/gma500/power.h
.. .. @@ -31,7 +31,9 @@ 31 31 #define _PSB_POWERMGMT_H_ 32 32 33 33 #include <linux/pci.h> 34 -#include <drm/drmP.h>34 +35 +struct device;36 +struct drm_device;35 37 36 38 void gma_power_init(struct drm_device *dev); 37 39 void gma_power_uninit(struct drm_device *dev);