[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20230518065219.2472678-1-neeraj.sanjaykale@nxp.com>
Date: Thu, 18 May 2023 12:22:19 +0530
From: Neeraj Sanjay Kale <neeraj.sanjaykale@....com>
To: marcel@...tmann.org, johan.hedberg@...il.com, luiz.dentz@...il.com,
ilpo.jarvinen@...ux.intel.com
Cc: linux-kernel@...r.kernel.org, linux-bluetooth@...r.kernel.org,
amitkumar.karwar@....com, rohit.fule@....com, sherry.sun@....com,
neeraj.sanjaykale@....com
Subject: [PATCH v1] Bluetooth: btnxpuart: Fix compiler warnings
This fixes a compiler warning reported by kernel test robot.
Signed-off-by: Neeraj Sanjay Kale <neeraj.sanjaykale@....com>
Reported-by: kernel test robot <lkp@...el.com>
Link: https://lore.kernel.org/oe-kbuild-all/202305161345.eClvTYQ9-lkp@intel.com/
---
drivers/bluetooth/btnxpuart.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/bluetooth/btnxpuart.c b/drivers/bluetooth/btnxpuart.c
index 5f641466d695..fa6ac4dacd1d 100644
--- a/drivers/bluetooth/btnxpuart.c
+++ b/drivers/bluetooth/btnxpuart.c
@@ -1264,6 +1264,7 @@ static void nxp_serdev_remove(struct serdev_device *serdev)
hci_free_dev(hdev);
}
+#ifdef CONFIG_OF
static struct btnxpuart_data w8987_data = {
.fw_download_3M_baudrate = true,
.fw_name = FIRMWARE_W8987,
@@ -1280,6 +1281,7 @@ static const struct of_device_id nxpuart_of_match_table[] = {
{ }
};
MODULE_DEVICE_TABLE(of, nxpuart_of_match_table);
+#endif
static struct serdev_device_driver nxp_serdev_driver = {
.probe = nxp_serdev_probe,
--
2.34.1
Powered by blists - more mailing lists