summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorSergio Paracuellos2018-11-04 11:49:34 +0100
committerGreg Kroah-Hartman2018-11-11 20:36:14 +0100
commitd9ecdd396cd5037b38ebd791aae032faab89c5bc (patch)
treeaa86d7899d926108d5d0d82f5d7d3082efc035f5 /drivers/staging
parentstaging: mt7621-pci: remove two commented code lines (diff)
downloadkernel-qcow2-linux-d9ecdd396cd5037b38ebd791aae032faab89c5bc.tar.gz
kernel-qcow2-linux-d9ecdd396cd5037b38ebd791aae032faab89c5bc.tar.xz
kernel-qcow2-linux-d9ecdd396cd5037b38ebd791aae032faab89c5bc.zip
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')
-rw-r--r--drivers/staging/mt7621-pci/pci-mt7621.c4
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;