From fa461f6a4cbe02db9e72dfc6eafb01423c12e44a Mon Sep 17 00:00:00 2001 From: Sergio Paracuellos Date: Tue, 12 Feb 2019 09:19:20 +0100 Subject: [PATCH] staging: mt7621-pci: remove not used definitions There are two definitions which are not being used at all. Remove them. Signed-off-by: Sergio Paracuellos Reviewed-by: NeilBrown Signed-off-by: Greg Kroah-Hartman --- drivers/staging/mt7621-pci/pci-mt7621.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/mt7621-pci/pci-mt7621.c b/drivers/staging/mt7621-pci/pci-mt7621.c index ad38a787b2da..998d48fd3e7a 100644 --- a/drivers/staging/mt7621-pci/pci-mt7621.c +++ b/drivers/staging/mt7621-pci/pci-mt7621.c @@ -35,8 +35,6 @@ /* sysctl */ #define MT7621_CHIP_REV_ID 0x0c -#define RALINK_CLKCFG1 0x30 -#define RALINK_RSTCTRL 0x34 #define CHIP_REV_MT7621_E2 0x0101 /* MediaTek specific configuration registers */ -- 2.17.1