OSDN Git Service

drm/exynos: Move static keyword to the front of declaration
authorKrzysztof Wilczynski <kw@linux.com>
Thu, 5 Sep 2019 12:32:02 +0000 (14:32 +0200)
committerInki Dae <daeinki@gmail.com>
Mon, 28 Oct 2019 12:12:27 +0000 (21:12 +0900)
commit5a884be5478990ed013c2b160d90615426848c61
treec795754080f0b1f8a733f33e04d28f4dda8c5991
parent3275a71e76fac5bc276f0d60e027b18c2e8d7a5b
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>
drivers/gpu/drm/exynos/exynos_mixer.c