Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Cc: Donghwa Lee <[email protected]> Cc: Lukasz Majewski <[email protected]> Tested-by: Piotr Wilczek <[email protected]>
- Loading branch information