aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/dec/wbflush.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/dec/wbflush.c')
-rw-r--r--arch/mips/dec/wbflush.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/dec/wbflush.c b/arch/mips/dec/wbflush.c
index 56bda4a396b5..dad64d1789b2 100644
--- a/arch/mips/dec/wbflush.c
+++ b/arch/mips/dec/wbflush.c
@@ -14,6 +14,7 @@
14 * Copyright (C) 2002 Maciej W. Rozycki 14 * Copyright (C) 2002 Maciej W. Rozycki
15 */ 15 */
16 16
17#include <linux/export.h>
17#include <linux/init.h> 18#include <linux/init.h>
18 19
19#include <asm/bootinfo.h> 20#include <asm/bootinfo.h>
@@ -88,7 +89,4 @@ static void wbflush_mips(void)
88{ 89{
89 __fast_iob(); 90 __fast_iob();
90} 91}
91
92#include <linux/module.h>
93
94EXPORT_SYMBOL(__wbflush); 92EXPORT_SYMBOL(__wbflush);