./include/drm/drm_pci.h:76:64: warning: ‘struct platform_device’ declared 
inside parameter list will not be visible outside of this definition or 
declaration
 extern int drm_platform_init(struct drm_driver *driver, struct platform_device 
*platform_device);

Fixes: 23ef59ef6dcc ("drm: Extract drm_pci.h")
Signed-off-by: Chris Wilson <ch...@chris-wilson.co.uk>
Cc: Gustavo Padovan <gustavo.pado...@collabora.com>
Cc: Daniel Vetter <daniel.vet...@intel.com>
---
 include/drm/drm_pci.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/drm/drm_pci.h b/include/drm/drm_pci.h
index 5081b3eba309..9cd2173fc892 100644
--- a/include/drm/drm_pci.h
+++ b/include/drm/drm_pci.h
@@ -73,6 +73,8 @@ extern int drm_pcie_get_speed_cap_mask(struct drm_device 
*dev, u32 *speed_mask);
 extern int drm_pcie_get_max_link_width(struct drm_device *dev, u32 *mlw);
 
 /* platform section */
-extern int drm_platform_init(struct drm_driver *driver, struct platform_device 
*platform_device);
+struct platform_device;
+extern int drm_platform_init(struct drm_driver *driver,
+                            struct platform_device *platform_device);
 
 #endif /* _DRM_PCI_H_ */
-- 
2.11.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to