Signed-off-by: kernel test robot <l...@intel.com>
---
 drm_plane.c |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/drivers/gpu/drm/drm_plane.c b/drivers/gpu/drm/drm_plane.c
index 0a565d97650cb..0f1d8589ab6c7 100644
--- a/drivers/gpu/drm/drm_plane.c
+++ b/drivers/gpu/drm/drm_plane.c
@@ -153,13 +153,13 @@ static int create_in_format_blob(struct drm_device *dev, 
struct drm_plane *plane
        return 0;
 }
 
-int __drm_universal_plane_init(struct drm_device *dev, struct drm_plane *plane,
-                              uint32_t possible_crtcs,
-                              const struct drm_plane_funcs *funcs,
-                              const uint32_t *formats, unsigned int 
format_count,
-                              const uint64_t *format_modifiers,
-                              enum drm_plane_type type,
-                              const char *name, va_list ap)
+static int __drm_universal_plane_init(struct drm_device *dev, struct drm_plane 
*plane,
+                                     uint32_t possible_crtcs,
+                                     const struct drm_plane_funcs *funcs,
+                                     const uint32_t *formats, unsigned int 
format_count,
+                                     const uint64_t *format_modifiers,
+                                     enum drm_plane_type type,
+                                     const char *name, va_list ap)
 {
        struct drm_mode_config *config = &dev->mode_config;
        unsigned int format_modifier_count = 0;
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to