From 335982bd3d58db86f88cb0cf2ce9b8abf8416c5f Mon Sep 17 00:00:00 2001 From: Shwetha G K Date: Fri, 29 Jan 2021 19:36:22 +0530 Subject: [PATCH] qcacmn: Change dp_pdev_init as non-inline function Change the dp_pdev_init as non-inline function for code size reduction. Change-Id: I5720ba2e5bdf221de584b722768e23ae6a6f2b79 --- dp/wifi3.0/dp_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dp/wifi3.0/dp_main.c b/dp/wifi3.0/dp_main.c index 7d8ff490fe..7c7e2cc4d7 100644 --- a/dp/wifi3.0/dp_main.c +++ b/dp/wifi3.0/dp_main.c @@ -14008,7 +14008,7 @@ static inline void dp_pdev_set_default_reo(struct dp_pdev *pdev) } } -static inline QDF_STATUS dp_pdev_init(struct cdp_soc_t *txrx_soc, +static QDF_STATUS dp_pdev_init(struct cdp_soc_t *txrx_soc, HTC_HANDLE htc_handle, qdf_device_t qdf_osdev, uint8_t pdev_id)