]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Bluetooth: btintel: Remove unneeded CONFIG_PM* #ifdef's
authorBastien Nocera <hadess@hadess.net>
Mon, 19 Jan 2026 12:35:00 +0000 (13:35 +0100)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 29 Jan 2026 18:34:47 +0000 (13:34 -0500)
commit90c38d402c5c063aff23d96dbfb997defa1b1f2c
tree0cbb27793cc386e9154838b83bde5348a2955576
parent04a4c885fddf505872404f12ed9353fa4bc280c5
Bluetooth: btintel: Remove unneeded CONFIG_PM* #ifdef's

The functions are already disabled if CONFIG_PM or CONFIG_PM_SLEEP are
disabled through the use of SET_SYSTEM_SLEEP_PM_OPS() and
SET_RUNTIME_PM_OPS().

This increases build coverage and allows to drop a few #ifdef's.

Signed-off-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/hci_intel.c