]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
video: exynos_dp: Remove callbacks from the driver
authorAjay Kumar <ajaykumar.rs@samsung.com>
Thu, 21 Feb 2013 23:52:58 +0000 (23:52 +0000)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 27 Mar 2013 12:17:15 +0000 (21:17 +0900)
commitc18222bee868ae65a878165551d3d407c402f48c
tree03617b93a08f9778e49db432aa484e69700f9a2e
parent29fd57046e3c33c5d75eb2e7e6607cdf49e162ac
video: exynos_dp: Remove callbacks from the driver

Replaced the functionality of callbacks by using a standard set of functions.
Instead of implementing and hooking up a callback, put the same code in one of
the standard set of functions by overriding it.

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/include/asm/arch-exynos/dp_info.h
board/samsung/smdk5250/smdk5250.c
drivers/video/exynos_dp.c