diff options
author | Ajay Kumar <ajaykumar.rs@samsung.com> | 2013-02-21 23:52:58 +0000 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2013-03-27 21:17:15 +0900 |
commit | c18222bee868ae65a878165551d3d407c402f48c (patch) | |
tree | 03617b93a08f9778e49db432aa484e69700f9a2e /arch/arm/include/asm/arch-exynos | |
parent | 29fd57046e3c33c5d75eb2e7e6607cdf49e162ac (diff) | |
download | u-boot-imx-c18222bee868ae65a878165551d3d407c402f48c.zip u-boot-imx-c18222bee868ae65a878165551d3d407c402f48c.tar.gz u-boot-imx-c18222bee868ae65a878165551d3d407c402f48c.tar.bz2 |
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.h | 1 |
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 102b709..ff16361 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 |