aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/pi433/rf69_enum.h
diff options
context:
space:
mode:
authorMarcin Ciupak <marcin.s.ciupak@gmail.com>2017-12-20 16:17:27 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-12-21 18:29:59 +0100
commit9924a8339f09bee5f9365cb7b77849e0885b03ab (patch)
tree9f8dc382e1851f9318ad6f908fc1657a3b878a2b /drivers/staging/pi433/rf69_enum.h
parentstaging: pi433: remove unused rf69_set_ook_threshold_step function (diff)
downloadlinux-dev-9924a8339f09bee5f9365cb7b77849e0885b03ab.tar.xz
linux-dev-9924a8339f09bee5f9365cb7b77849e0885b03ab.zip
staging: pi433: remove unused rf69_set_ook_threshold_type function
Function rf69_set_ook_threshold_type is unused and should be removed along with type enum thresholdType which was used only by that function. Signed-off-by: Marcin Ciupak <marcin.s.ciupak@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/pi433/rf69_enum.h')
-rw-r--r--drivers/staging/pi433/rf69_enum.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/pi433/rf69_enum.h b/drivers/staging/pi433/rf69_enum.h
index b065c6beb16b..446f6866566b 100644
--- a/drivers/staging/pi433/rf69_enum.h
+++ b/drivers/staging/pi433/rf69_enum.h
@@ -93,12 +93,6 @@ enum mantisse {
mantisse24
};
-enum thresholdType {
- fixed,
- peak,
- average
-};
-
enum thresholdDecrement {
dec_every8th,
dec_every4th,