1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00
Files
u-boot-megous/drivers
Ajay Kumar beded3d13a video: exynos_dp: Make dp_regs global
dp_regs variable was redundantly defined across all the functions in
the driver even though it contains just the same address. We make it
global and initialize it once using exynos_dp_set_base_addr().
>From then on, other funtions can use the address stored in the global variable.

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2013-03-27 21:21:19 +09:00
..
2013-03-16 21:12:01 +01:00
2013-03-25 09:56:06 -07:00
2012-03-26 23:09:23 +02:00
2013-03-12 17:07:31 +09:00
2013-03-24 12:49:12 -04:00
2013-03-25 09:56:07 -07:00