rfkill: remove rfkill-regulator
authorJohannes Berg <johannes.berg@intel.com>
Mon, 2 Jan 2017 15:01:57 +0000 (16:01 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 24 Jan 2017 10:07:35 +0000 (11:07 +0100)
commit1331b62c97217459780e040e8a66bb609f2acd20
treef06688ed329f86dcfaa462582681f9156fca16f3
parent57eeb2086d6477968990e1790a9d8d0ec7ee8a4d
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>
include/linux/rfkill-regulator.h [deleted file]
net/rfkill/Kconfig
net/rfkill/Makefile
net/rfkill/rfkill-regulator.c [deleted file]