mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
rk3026: fix compile error without open DVFS
This commit is contained in:
@@ -3,4 +3,9 @@
|
||||
|
||||
#include <plat/dvfs.h>
|
||||
|
||||
#ifdef CONFIG_DVFS
|
||||
int rk292x_dvfs_init(void);
|
||||
#else
|
||||
static inline int rk292x_dvfs_init(void){ return 0; }
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user