diff options
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | 2018-11-04 13:49:34 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-11-11 22:36:14 +0300 |
commit | d9ecdd396cd5037b38ebd791aae032faab89c5bc (patch) | |
tree | aa86d7899d926108d5d0d82f5d7d3082efc035f5 /drivers/staging/mt7621-pci | |
parent | bd74b4a290f207bfc60592f6ff98a8b638a32601 (diff) | |
download | linux-d9ecdd396cd5037b38ebd791aae032faab89c5bc.tar.xz |
staging: mt7621-pci: remove reset related unused macros
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>
Diffstat (limited to 'drivers/staging/mt7621-pci')
-rw-r--r-- | drivers/staging/mt7621-pci/pci-mt7621.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/mt7621-pci/pci-mt7621.c b/drivers/staging/mt7621-pci/pci-mt7621.c index c4adf86b3220..c9ac92e1b660 100644 --- a/drivers/staging/mt7621-pci/pci-mt7621.c +++ b/drivers/staging/mt7621-pci/pci-mt7621.c @@ -76,10 +76,6 @@ #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; |