mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02:00
rk3026: fix compile error without open DVFS
This commit is contained in:
parent
707c7ce8cb
commit
9ac641cca3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user