MIPS: pci: Remove duplicate define in mt7620 driver
authorJohn Crispin <john@phrozen.org>
Mon, 20 Feb 2017 09:29:42 +0000 (10:29 +0100)
committerJames Hogan <jhogan@kernel.org>
Mon, 13 Nov 2017 13:01:37 +0000 (13:01 +0000)
An invalid and duplicate define has gone unnoticed for some time. lets
remove it. The correct define is 3 lines below.

Fixes: 7e5873d3755c ("MIPS: pci: Add MT7620a PCIE driver")
Signed-off-by: John Crispin <john@phrozen.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/15320/
Signed-off-by: James Hogan <jhogan@kernel.org>
arch/mips/pci/pci-mt7620.c

index 90fba9bf98da7104ee5ef74bd0f259653d279aa3..22e4c22e750b099d5075ad6fa5db24bd094272b8 100644 (file)
@@ -33,7 +33,6 @@
 #define RALINK_GPIOMODE                        0x60
 
 #define PPLL_CFG1                      0x9c
-#define PDRV_SW_SET                    BIT(23)
 
 #define PPLL_DRV                       0xa0
 #define PDRV_SW_SET                    (1<<31)