File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1319,17 +1319,17 @@ static void nxp_serdev_remove(struct serdev_device *serdev)
1319
1319
hci_free_dev (hdev );
1320
1320
}
1321
1321
1322
- static struct btnxpuart_data w8987_data = {
1322
+ static struct btnxpuart_data w8987_data __maybe_unused = {
1323
1323
.helper_fw_name = NULL ,
1324
1324
.fw_name = FIRMWARE_W8987 ,
1325
1325
};
1326
1326
1327
- static struct btnxpuart_data w8997_data = {
1327
+ static struct btnxpuart_data w8997_data __maybe_unused = {
1328
1328
.helper_fw_name = FIRMWARE_HELPER ,
1329
1329
.fw_name = FIRMWARE_W8997 ,
1330
1330
};
1331
1331
1332
- static const struct of_device_id nxpuart_of_match_table [] = {
1332
+ static const struct of_device_id nxpuart_of_match_table [] __maybe_unused = {
1333
1333
{ .compatible = "nxp,88w8987-bt" , .data = & w8987_data },
1334
1334
{ .compatible = "nxp,88w8997-bt" , .data = & w8997_data },
1335
1335
{ }
You can’t perform that action at this time.
0 commit comments