Home
last modified time | relevance | path

Searched hist:"5 a884be5478990ed013c2b160d90615426848c61" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/exynos/
H A Dexynos_mixer.cdiff 5a884be5478990ed013c2b160d90615426848c61 Thu Sep 05 14:32:02 CEST 2019 Krzysztof Wilczynski <kw@linux.com> drm/exynos: Move static keyword to the front of declaration

Move the static keyword to the front of declaration of modes,
and resolve the following compiler warning that can be seen
when building with warnings enabled (W=1):

drivers/gpu/drm/exynos/exynos_mixer.c:1074:2: warning:
‘static’ is not at beginning of declaration [-Wold-style-declaration]

Signed-off-by: Krzysztof Wilczynski <kw@linux.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>