mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
soc: rockchip: system_monitor: Fix compilation when !CONFIG_ROCKCHIP_SYSTEM_MONITOR
Change-Id: Ib7270b6bf9971ef501dd79b87a484af5e0304dec Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -167,7 +167,7 @@ rockchip_monitor_dev_high_temp_adjust(struct monitor_dev_info *info,
|
||||
return 0;
|
||||
};
|
||||
|
||||
static inline int rockchip_monitor_suspend_low_temp_adjust(in cpu)
|
||||
static inline int rockchip_monitor_suspend_low_temp_adjust(int cpu)
|
||||
{
|
||||
return 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user