diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-08-03 20:51:08 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-08-03 20:51:07 -0700 |
| commit | 7c1c4a6ddb2de822b8e7ba4f8338c27ddfd4f45e (patch) | |
| tree | ca116277212ad28f116aede4908de397157f5d1a /include/linux | |
| parent | bb954f3696176de0e53c4e2bdddc9c3382769ac3 (diff) | |
| parent | 9c67942e152ce5891b4bf07709040e9773535eb9 (diff) | |
Merge "wcnss: remove the wcn external gpio configuration support"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/wcnss_wlan.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/wcnss_wlan.h b/include/linux/wcnss_wlan.h index dbde018af4c6..e0c47f8b06bf 100644 --- a/include/linux/wcnss_wlan.h +++ b/include/linux/wcnss_wlan.h @@ -20,11 +20,6 @@ #define IRIS_REGULATORS 4 #define PRONTO_REGULATORS 3 -#define WCNSS_EXTERNAL_GPIO_NAME "qcom,wcn-external-gpio" -#define WCNSS_EXTERNAL_GPIO_HIGH 1 -#define WCNSS_EXTERNAL_GPIO_LOW 0 -#define WCNSS_EXTERNAL_GPIO_DIR_OUT 1 - enum wcnss_opcode { WCNSS_WLAN_SWITCH_OFF = 0, WCNSS_WLAN_SWITCH_ON, @@ -44,7 +39,6 @@ struct vregs_level { struct wcnss_wlan_config { bool wcn_external_gpio_support; - int wcn_external_gpio; int use_48mhz_xo; int is_pronto_vadc; int is_pronto_v3; |
