|
@@ -46,7 +46,7 @@
|
|
|
#include <linux/remoteproc.h>
|
|
|
#include <linux/version.h>
|
|
|
#include <trace/hooks/remoteproc.h>
|
|
|
-#ifdef SLATE_MODULE_ENABLED
|
|
|
+#ifdef CONFIG_SLATE_MODULE_ENABLED
|
|
|
#include <linux/soc/qcom/slatecom_interface.h>
|
|
|
#include <linux/soc/qcom/slate_events_bridge_intf.h>
|
|
|
#include <uapi/linux/slatecom_interface.h>
|
|
@@ -847,7 +847,7 @@ static enum wlfw_wlan_rf_subtype_v01 icnss_rf_subtype_value_to_type(u32 val)
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-#ifdef SLATE_MODULE_ENABLED
|
|
|
+#ifdef CONFIG_SLATE_MODULE_ENABLED
|
|
|
static void icnss_send_wlan_boot_init(void)
|
|
|
{
|
|
|
send_wlan_state(GMI_MGR_WLAN_BOOT_INIT);
|
|
@@ -2395,7 +2395,7 @@ static int icnss_wpss_ssr_register_notifier(struct icnss_priv *priv)
|
|
|
return ret;
|
|
|
}
|
|
|
|
|
|
-#ifdef SLATE_MODULE_ENABLED
|
|
|
+#ifdef CONFIG_SLATE_MODULE_ENABLED
|
|
|
static int icnss_slate_event_notifier_nb(struct notifier_block *nb,
|
|
|
unsigned long event, void *data)
|
|
|
{
|