Message ID | 20180505201154.GA97475@lkp-hsx03 (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
diff --git a/drivers/bluetooth/hci_qca.c b/drivers/bluetooth/hci_qca.c index 075fab7..ff9fbe0 100644 --- a/drivers/bluetooth/hci_qca.c +++ b/drivers/bluetooth/hci_qca.c @@ -1291,7 +1291,7 @@ static const struct btqca_vreg_data cherokee_data = { .num_vregs = 5, }; -void btqca_disable_regulators(int reg_nu, struct btqca_vreg *vregs) +static void btqca_disable_regulators(int reg_nu, struct btqca_vreg *vregs) { /* disable the regulator if requested by user * or when fault in any regulator.
Fixes: 1bab29c5dbe1 ("Bluetooth: hci_qca: Add support for Qualcomm Bluetooth chip wcn3990.") Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- hci_qca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html