cnss2: Remove deprecated API
cnss_set_driver_status() is no longer needed by WLAN host driver. Hence remove it from platform driver. Change-Id: I31a3174bdded924a9279a40ece05a835277e4626 Signed-off-by: Yue Ma <yuem@codeaurora.org>
This commit is contained in:
parent
11734d0451
commit
f76f50c672
2 changed files with 0 additions and 12 deletions
|
@ -289,17 +289,6 @@ int cnss_get_soc_info(struct device *dev, struct cnss_soc_info *info)
|
|||
}
|
||||
EXPORT_SYMBOL(cnss_get_soc_info);
|
||||
|
||||
void cnss_set_driver_status(enum cnss_driver_status driver_status)
|
||||
{
|
||||
struct cnss_plat_data *plat_priv = cnss_bus_dev_to_plat_priv(NULL);
|
||||
|
||||
if (!plat_priv)
|
||||
return;
|
||||
|
||||
plat_priv->driver_status = driver_status;
|
||||
}
|
||||
EXPORT_SYMBOL(cnss_set_driver_status);
|
||||
|
||||
void cnss_request_pm_qos(u32 qos_val)
|
||||
{
|
||||
struct cnss_plat_data *plat_priv = cnss_bus_dev_to_plat_priv(NULL);
|
||||
|
|
|
@ -151,7 +151,6 @@ extern int cnss_get_fw_files_for_target(struct cnss_fw_files *pfw_files,
|
|||
u32 target_type, u32 target_version);
|
||||
extern int cnss_get_platform_cap(struct cnss_platform_cap *cap);
|
||||
extern int cnss_get_soc_info(struct device *dev, struct cnss_soc_info *info);
|
||||
extern void cnss_set_driver_status(enum cnss_driver_status driver_status);
|
||||
extern int cnss_request_bus_bandwidth(int bandwidth);
|
||||
extern int cnss_power_up(struct device *dev);
|
||||
extern int cnss_power_down(struct device *dev);
|
||||
|
|
Loading…
Add table
Reference in a new issue