mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
rk29: pm-vol.h: fix warning: no return statement in function returning non-void
This commit is contained in:
@@ -11,9 +11,7 @@ void __sramfunc rk29_suspend_voltage_resume(unsigned int vol);
|
||||
#else
|
||||
|
||||
#define interface_ctr_reg_pread()
|
||||
static unsigned int __sramfunc rk29_suspend_voltage_set(unsigned int vol)
|
||||
{
|
||||
}
|
||||
static unsigned int __sramfunc rk29_suspend_voltage_set(unsigned int vol) { return 0; }
|
||||
#define rk29_suspend_voltage_resume(a)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user