Remove unusded defines that are a leftover from earlier iterations of
the driver.

Cc: [email protected]
Cc: [email protected]
Cc: Lucas Stach <[email protected]>
Cc: Nikita Yushchenko <[email protected]>
Cc: Lee Jones <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
---
 drivers/mfd/rave-sp.c | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/drivers/mfd/rave-sp.c b/drivers/mfd/rave-sp.c
index 36dcd98977d6..dfa4f5f1c376 100644
--- a/drivers/mfd/rave-sp.c
+++ b/drivers/mfd/rave-sp.c
@@ -63,16 +63,6 @@
 #define RAVE_SP_TX_BUFFER_SIZE                         \
        (RAVE_SP_STX_ETX_SIZE + 2 * RAVE_SP_RX_BUFFER_SIZE)
 
-#define RAVE_SP_BOOT_SOURCE_GET                0
-#define RAVE_SP_BOOT_SOURCE_SET                1
-
-#define RAVE_SP_RDU2_BOARD_TYPE_RMB    0
-#define RAVE_SP_RDU2_BOARD_TYPE_DEB    1
-
-#define RAVE_SP_BOOT_SOURCE_SD         0
-#define RAVE_SP_BOOT_SOURCE_EMMC       1
-#define RAVE_SP_BOOT_SOURCE_NOR                2
-
 /**
  * enum rave_sp_deframer_state - Possible state for de-framer
  *
-- 
2.17.1

Reply via email to