Bluetooth: hci_mrvl: use maybe_unused macro for device tree ids
authorStefan Eichenberger <stefan.eichenberger@toradex.com>
Mon, 13 Feb 2023 12:09:24 +0000 (13:09 +0100)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 24 Apr 2023 04:45:14 +0000 (21:45 -0700)
commit069690a92ffdda399350af072ea62640bcd370df
tree56215b82f1b3e1c4584d0ade34bfa5262d144f62
parent552705fd891b6ed6dda340567ce3ffff943f1f3b
Bluetooth: hci_mrvl: use maybe_unused macro for device tree ids

Use the maybe_unused macro for the device tree ids instead of #ifdef
CONFIG_OF. This makes it easier to add support for new devices.

Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/hci_mrvl.c