Home
last modified time | relevance | path

Searched hist:"48 e91caefe572117d68c7b7bc194225e51555950" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/board/samsung/universal_c210/
H A Duniversal.c48e91caefe572117d68c7b7bc194225e51555950 Sun Dec 09 20:50:11 UTC 2012 Minkyu Kang <mk7.kang@samsung.com> universal_c210: fix compiler error and compiler warning

This patch fix following errors

universal.c: In function 'init_pmic_lcd':
universal.c:340: warning: implicit declaration of function 'get_pmic'
universal.c:340: warning: initialization makes pointer from integer without a cast
universal.c: In function 'lcd_power_on':
universal.c:431: warning: initialization makes pointer from integer without a cast
universal.c: At top level:
universal.c:335: warning: 'init_pmic_lcd' defined but not used

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Cc: Donghwa Lee <dh09.lee@samsung.com>
Cc: Lukasz Majewski <l.majewski@samsung.com>
Tested-by: Piotr Wilczek <p.wilczek@samsung.com>