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

Commit 0f07afa1 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "bluetooth: Remove test of CONFIG_CLD_LL_CORE for enable_extldo()" into msm-4.14

parents 80e87798 1c1dd420
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2009-2010, 2013-2017 The Linux Foundation. All rights reserved.
/* Copyright (c) 2009-2010, 2013-2018 The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -366,7 +366,7 @@ static const struct rfkill_ops bluetooth_power_rfkill_ops = {
	.set_block = bluetooth_toggle_radio,
};

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