diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2011-06-08 14:03:02 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-07-21 02:12:12 +0400 |
commit | b29af676a2e11126e9bf9205c792faa81f775df0 (patch) | |
tree | 1b1273db4d5eee0171c44e47de82baddadfa2c00 /arch | |
parent | 39263eeb44308a5d6ea6117376721a6091d2b622 (diff) | |
download | linux-b29af676a2e11126e9bf9205c792faa81f775df0.tar.xz |
MIPS: BCM63xx: Remove duplicate PERF_IRQSTAT_REG definition
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Cc: linux-mips@linux-mips.org
Acked-by: Florian Fainelli <florian@openwrt.org>
Patchwork: https://patchwork.linux-mips.org/patch/2461/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h index 85fd27509aac..0ed5230243c9 100644 --- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h +++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h @@ -89,7 +89,6 @@ /* Interrupt Mask register */ #define PERF_IRQMASK_REG 0xc -#define PERF_IRQSTAT_REG 0x10 /* Interrupt Status register */ #define PERF_IRQSTAT_REG 0x10 |