On 03/15/2012 05:19 PM, Joonyoung Shim wrote:
The contents of exynos_mixer.h are used only in exynos_mixer.c, so separated header is unnecessary.
Signed-off-by: Joonyoung Shimjy0922.shim@samsung.com Signed-off-by: Kyungmin Parkkyungmin.park@samsung.com
drivers/gpu/drm/exynos/exynos_mixer.c | 49 +++++++++++++++++- drivers/gpu/drm/exynos/exynos_mixer.h | 92 --------------------------------- 2 files changed, 48 insertions(+), 93 deletions(-) delete mode 100644 drivers/gpu/drm/exynos/exynos_mixer.h
The base of this patches are "[PATCH 00/10] updated exynos-drm-next" patchset posted by Inki.
Thanks.