diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-12-13 12:17:58 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-13 12:17:58 -0800 |
| commit | d18c993351c3c3d13efb35eb8d2ca05f2435e7c9 (patch) | |
| tree | 5451ff7b40a91aa133e6273c7a4fb849449d0ab5 /include | |
| parent | db080b80dc7ef5a60a798ae11c496c6b7d7b0541 (diff) | |
| parent | 97e02e9dfbbc0dee8a82157e027c3ef27e0b13c1 (diff) | |
Merge "icnss: Remove dev reference"
Diffstat (limited to 'include')
| -rw-r--r-- | include/soc/qcom/icnss.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/soc/qcom/icnss.h b/include/soc/qcom/icnss.h index 29990f036552..9c38b9aa5627 100644 --- a/include/soc/qcom/icnss.h +++ b/include/soc/qcom/icnss.h @@ -124,8 +124,7 @@ extern int icnss_get_wlan_unsafe_channel(u16 *unsafe_ch_list, u16 *ch_count, extern int icnss_wlan_set_dfs_nol(const void *info, u16 info_len); extern int icnss_wlan_get_dfs_nol(void *info, u16 info_len); extern bool icnss_is_qmi_disable(void); -extern int icnss_set_wlan_mac_address(struct device *dev, - const u8 *in, uint32_t len); +extern int icnss_set_wlan_mac_address(const u8 *in, const uint32_t len); extern u8 *icnss_get_wlan_mac_address(struct device *dev, uint32_t *num); #endif /* _ICNSS_WLAN_H_ */ |
