summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-exynos
diff options
context:
space:
mode:
authorAjay Kumar <ajaykumar.rs@samsung.com>2013-02-21 23:52:58 +0000
committerMinkyu Kang <mk7.kang@samsung.com>2013-03-27 21:17:15 +0900
commitc18222bee868ae65a878165551d3d407c402f48c (patch)
tree03617b93a08f9778e49db432aa484e69700f9a2e /arch/arm/include/asm/arch-exynos
parent29fd57046e3c33c5d75eb2e7e6607cdf49e162ac (diff)
downloadtalos-obmc-uboot-c18222bee868ae65a878165551d3d407c402f48c.tar.gz
talos-obmc-uboot-c18222bee868ae65a878165551d3d407c402f48c.zip
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>
Diffstat (limited to 'arch/arm/include/asm/arch-exynos')
-rw-r--r--arch/arm/include/asm/arch-exynos/dp_info.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-exynos/dp_info.h b/arch/arm/include/asm/arch-exynos/dp_info.h
index 102b709bd7..ff16361679 100644
--- a/arch/arm/include/asm/arch-exynos/dp_info.h
+++ b/arch/arm/include/asm/arch-exynos/dp_info.h
@@ -199,7 +199,6 @@ enum {
struct exynos_dp_platform_data {
struct edp_device_info *edp_dev_info;
- void (*phy_enable)(unsigned int);
};
#ifdef CONFIG_EXYNOS_DP
OpenPOWER on IntegriCloud