aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/sibyte/bcm1480_regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/sibyte/bcm1480_regs.h')
-rw-r--r--arch/mips/include/asm/sibyte/bcm1480_regs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/include/asm/sibyte/bcm1480_regs.h b/arch/mips/include/asm/sibyte/bcm1480_regs.h
index 84d168ddfeb..b4077bb7261 100644
--- a/arch/mips/include/asm/sibyte/bcm1480_regs.h
+++ b/arch/mips/include/asm/sibyte/bcm1480_regs.h
@@ -32,14 +32,14 @@
32#ifndef _BCM1480_REGS_H 32#ifndef _BCM1480_REGS_H
33#define _BCM1480_REGS_H 33#define _BCM1480_REGS_H
34 34
35#include <asm/sibyte/sb1250_defs.h> 35#include "sb1250_defs.h"
36 36
37/* ********************************************************************* 37/* *********************************************************************
38 * Pull in the BCM1250's registers since a great deal of the 1480's 38 * Pull in the BCM1250's registers since a great deal of the 1480's
39 * functions are the same as the BCM1250. 39 * functions are the same as the BCM1250.
40 ********************************************************************* */ 40 ********************************************************************* */
41 41
42#include <asm/sibyte/sb1250_regs.h> 42#include "sb1250_regs.h"
43 43
44 44
45/* ********************************************************************* 45/* *********************************************************************