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:
Tao Huang 2020-02-24 17:48:18 +08:00
parent 1a0f1ce0a1
commit 7fa45d5091

View File

@ -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;
};