kernel/drivers/gpu/drm/sti/sti_gdp.h
.. .. @@ -11,6 +11,11 @@ 11 11 12 12 #include <linux/types.h> 13 13 14 +#include <drm/drm_plane.h>15 +16 +struct drm_device;17 +struct device;18 +14 19 struct drm_plane *sti_gdp_create(struct drm_device *drm_dev, 15 20 struct device *dev, int desc, 16 21 void __iomem *baseaddr,