Commit c30b4400 authored by Ville Syrjälä's avatar Ville Syrjälä Committed by Daniel Vetter

drm/blend: Fix sparse warnings

drm/drm_blend.c:207:5: warning: symbol 'drm_atomic_normalize_zpos' was not declared. Should it be static?

Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1474292035-15695-3-git-send-email-ville.syrjala@linux.intel.com
parent 7135ac54
......@@ -30,7 +30,7 @@
#include <linux/slab.h>
#include <linux/sort.h>
#include "drm_internal.h"
#include "drm_crtc_internal.h"
/**
* drm_plane_create_zpos_property - create mutable zpos property
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment