Merge branch 'LA.UM.9.12.C10.11.00.00.840.201' via branch 'qcom-msm-4.19-7250' into android-msm-pixel-4.19

Bug: 210578498
Signed-off-by: JohnnLee <johnnlee@google.com>
Change-Id: I33fd3a05def6d780604bc7dcff90006ca525061f
diff --git a/drivers/rmnet/perf/rmnet_perf_core.c b/drivers/rmnet/perf/rmnet_perf_core.c
index 4e8d4c6..508b30b 100644
--- a/drivers/rmnet/perf/rmnet_perf_core.c
+++ b/drivers/rmnet/perf/rmnet_perf_core.c
@@ -30,7 +30,7 @@
 #include "rmnet_perf_core.h"
 #include "rmnet_perf_config.h"
 
-#ifdef CONFIG_QCOM_QMI_POWER_COLLAPSE
+#if IS_ENABLED(CONFIG_QCOM_QMI_POWER_COLLAPSE)
 #include <soc/qcom/qmi_rmnet.h>
 #endif
 
@@ -971,7 +971,7 @@
 			goto skip_frame;
 		skb->dev = ep->egress_dev;
 
-#ifdef CONFIG_QCOM_QMI_POWER_COLLAPSE
+#if IS_ENABLED(CONFIG_QCOM_QMI_POWER_COLLAPSE)
 		/* Wakeup PS work on DL packets */
 		if ((port->data_format & RMNET_INGRESS_FORMAT_PS) &&
 		    !maph->cd_bit)