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
This commit is contained in:
Shwetha G K
2021-01-29 19:36:22 +05:30
committed by snandini
parent 278a9d30ba
commit 335982bd3d

View File

@@ -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)