Hi Dave, Just one build warning fixup. Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit 3275a71e76fac5bc276f0d60e027b18c2e8d7a5b: Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/linux into drm-next (2019-10-26 05:56:57 +1000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-next-for-v5.5 for you to fetch changes up to 5a884be5478990ed013c2b160d90615426848c61: drm/exynos: Move static keyword to the front of declaration (2019-10-28 21:12:27 +0900) ---------------------------------------------------------------- Fix a build warning at mixer driver - it fixes a build warning message, 'static' is not at beginning of declaration [-Wold-style-declaration], by moving static keyword. ---------------------------------------------------------------- Krzysztof Wilczynski (1): drm/exynos: Move static keyword to the front of declaration drivers/gpu/drm/exynos/exynos_mixer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)