diff options
author | Shahar Avidar <[email protected]> | 2024-02-28 00:12:00 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-03-05 14:11:25 +0000 |
commit | f24bbe1b504cfda2e4c62d628786655166ae349c (patch) | |
tree | 5fad1d5ed93dcf0ed5e232fd4e462def22f19950 | |
parent | 0ffb45925c15f7763598d302401af05172e727a5 (diff) |
staging: pi433: Remove a duplicated FIFO_SIZE define
FIFO_SIZE is being used in both rf69.c & pi433_if.c source files.
It is also already defined in rf69.h header file.
Signed-off-by: Shahar Avidar <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/pi433/rf69.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/pi433/rf69.c b/drivers/staging/pi433/rf69.c index 8c7fab6a46bb..b3b8d1abd3eb 100644 --- a/drivers/staging/pi433/rf69.c +++ b/drivers/staging/pi433/rf69.c @@ -13,7 +13,6 @@ #include "rf69_registers.h" #define F_OSC 32000000 /* in Hz */ -#define FIFO_SIZE 66 /* in byte */ /*-------------------------------------------------------------------------*/ |