mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
1331b62c97
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>
9 lines
184 B
Makefile
9 lines
184 B
Makefile
#
|
|
# Makefile for the RF switch subsystem.
|
|
#
|
|
|
|
rfkill-y += core.o
|
|
rfkill-$(CONFIG_RFKILL_INPUT) += input.o
|
|
obj-$(CONFIG_RFKILL) += rfkill.o
|
|
obj-$(CONFIG_RFKILL_GPIO) += rfkill-gpio.o
|