]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: mt7621-pci: remove reset related unused macros
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Sun, 4 Nov 2018 10:49:34 +0000 (11:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 11 Nov 2018 19:36:14 +0000 (11:36 -0800)
There are three macros which are not being used at all.
Remove them.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-pci/pci-mt7621.c

index c4adf86b3220709aa07cc3438851d99e4dea261a..c9ac92e1b660e485a325298202eb7000bbc8e272 100644 (file)
 #define RALINK_PCIE_CLK_GEN1           0x80
 //RALINK_RSTCTRL bit
 #define RALINK_PCIE_RST                        BIT(23)
-#define RALINK_PCI_RST                 BIT(24)
-//RALINK_CLKCFG1 bit
-#define RALINK_PCI_CLK_EN              BIT(19)
-#define RALINK_PCIE_CLK_EN             BIT(21)
 
 #define MEMORY_BASE 0x0
 static int pcie_link_status;