forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/include/soc/rockchip/rockchip-system-status.h
....@@ -6,7 +6,7 @@
66 #ifndef __SOC_ROCKCHIP_SYSTEM_STATUS_H
77 #define __SOC_ROCKCHIP_SYSTEM_STATUS_H
88
9
-#if IS_ENABLED(CONFIG_ROCKCHIP_SYSTEM_MONITOR)
9
+#if IS_REACHABLE(CONFIG_ROCKCHIP_SYSTEM_MONITOR)
1010 int rockchip_register_system_status_notifier(struct notifier_block *nb);
1111 int rockchip_unregister_system_status_notifier(struct notifier_block *nb);
1212 void rockchip_set_system_status(unsigned long status);