Bluetooth: btintel_pci: Fix build warning
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 6 Mar 2025 21:15:15 +0000 (16:15 -0500)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 25 Mar 2025 16:46:24 +0000 (12:46 -0400)
commit42c6c7a0cfc4339cf9727a64f3e7d7d66a26855d
tree3ddff47ad99d258c28d372b892d04900271f4bab
parent15f6f62114c872a833f692f6268bb558fe55db92
Bluetooth: btintel_pci: Fix build warning

This fixes the following warning:

drivers/bluetooth/btintel_pcie.c:695:20: warning: unused function 'btintel_pcie_in_rom' [-Wunused-function]
  695 | static inline bool btintel_pcie_in_rom(struct btintel_pcie_data *data)
      |                    ^~~~~~~~~~~~~~~~~~~

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btintel_pcie.c