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>
This commit is contained in:
parent
bd74b4a290
commit
d9ecdd396c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue