diff options
author | Johannes Berg <johannes.berg@intel.com> | 2017-01-02 16:01:57 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2017-01-24 11:07:35 +0100 |
commit | 1331b62c97217459780e040e8a66bb609f2acd20 (patch) | |
tree | f06688ed329f86dcfaa462582681f9156fca16f3 /net/rfkill/Makefile | |
parent | 57eeb2086d6477968990e1790a9d8d0ec7ee8a4d (diff) |
rfkill: remove rfkill-regulator
There are no users of this ("vrfkill") in the tree, so it's just
dead code - remove it.
This also isn't really how rfkill is supposed to be used - it's
intended as a signalling mechanism to/from the device, which the
driver (and partially cfg80211) will handle - having a separate
rfkill instance for a regulator is confusing, the driver should
use the regulator instead to turn off the device when requested.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/rfkill/Makefile')
-rw-r--r-- | net/rfkill/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rfkill/Makefile b/net/rfkill/Makefile index 311768783f4a..87a80aded0b3 100644 --- a/net/rfkill/Makefile +++ b/net/rfkill/Makefile @@ -5,5 +5,4 @@ rfkill-y += core.o rfkill-$(CONFIG_RFKILL_INPUT) += input.o obj-$(CONFIG_RFKILL) += rfkill.o -obj-$(CONFIG_RFKILL_REGULATOR) += rfkill-regulator.o obj-$(CONFIG_RFKILL_GPIO) += rfkill-gpio.o |