diff options
Diffstat (limited to 'arch/mips/bcm63xx/cs.c')
-rw-r--r-- | arch/mips/bcm63xx/cs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/bcm63xx/cs.c b/arch/mips/bcm63xx/cs.c index 50d8190bbf7b..29205badcf67 100644 --- a/arch/mips/bcm63xx/cs.c +++ b/arch/mips/bcm63xx/cs.c | |||
@@ -7,7 +7,8 @@ | |||
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
10 | #include <linux/module.h> | 10 | #include <linux/errno.h> |
11 | #include <linux/export.h> | ||
11 | #include <linux/spinlock.h> | 12 | #include <linux/spinlock.h> |
12 | #include <linux/log2.h> | 13 | #include <linux/log2.h> |
13 | #include <bcm63xx_cpu.h> | 14 | #include <bcm63xx_cpu.h> |