Loading
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>