Message ID | 20180530121452.GA8292@lkp-hsx02 (mailing list archive) |
---|---|
State | RFC, archived |
Headers | show |
diff --git a/drivers/bluetooth/btrtl.c b/drivers/bluetooth/btrtl.c index bc56ef7..99b77f6 100644 --- a/drivers/bluetooth/btrtl.c +++ b/drivers/bluetooth/btrtl.c @@ -591,7 +591,7 @@ int btrtl_setup_realtek(struct hci_dev *hdev) } EXPORT_SYMBOL_GPL(btrtl_setup_realtek); -unsigned int btrtl_convert_baudrate(u32 device_baudrate) +static unsigned int btrtl_convert_baudrate(u32 device_baudrate) { switch (device_baudrate) { case 0x0252a00a:
Fixes: 547b9528309e ("Bluetooth: btrtl: add support for retrieving the UART settings") Signed-off-by: kbuild test robot <fengguang.wu@intel.com> --- btrtl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html