Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5055db4c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "bluetooth: Add check for CONFIG_CNSS_PCI"

parents 803eb6a0 37ebb5d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
#include <linux/regulator/consumer.h>
#include <linux/clk.h>

#if defined(CONFIG_CNSS) && !defined(CONFIG_ICNSS)
#if defined(CONFIG_CNSS_PCI)
#include <net/cnss.h>
#endif

@@ -339,7 +339,7 @@ static const struct rfkill_ops bluetooth_power_rfkill_ops = {
	.set_block = bluetooth_toggle_radio,
};

#if defined(CONFIG_CNSS) && !defined(CONFIG_ICNSS)
#if defined(CONFIG_CNSS_PCI)
static ssize_t enable_extldo(struct device *dev, struct device_attribute *attr,
			char *buf)
{