summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorShahar Avidar <ikobh7@gmail.com>2024-02-28 00:12:03 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-03-05 14:11:26 +0000
commita6e475e845bd38d00c2e5d2cf705b625dc7839cc (patch)
treea77e59d3c13fee733aa8437bcc915ac269ec5743 /drivers/staging
parenta873798c2fde466f431a96a5983e78b95f93b613 (diff)
downloadlinux-stable-a6e475e845bd38d00c2e5d2cf705b625dc7839cc.tar.gz
linux-stable-a6e475e845bd38d00c2e5d2cf705b625dc7839cc.tar.bz2
linux-stable-a6e475e845bd38d00c2e5d2cf705b625dc7839cc.zip
staging: pi433: Remove the unused FREQUENCY define
FREQUENCY is not being used, delete its comment. Signed-off-by: Shahar Avidar <ikobh7@gmail.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20240227221204.534131-5-ikobh7@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/pi433/rf69.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/pi433/rf69.h b/drivers/staging/pi433/rf69.h
index 52e43a909b03..e63e87fd6cce 100644
--- a/drivers/staging/pi433/rf69.h
+++ b/drivers/staging/pi433/rf69.h
@@ -11,8 +11,6 @@
#include "rf69_enum.h"
#include "rf69_registers.h"
-/* NOTE: Modifying FREQUENCY value impacts CE certification */
-#define FREQUENCY 433920000 /* Hz */
#define FIFO_SIZE 66 /* bytes */
#define FIFO_THRESHOLD 15 /* bytes */