Skip to content

Commit dea4a38

Browse files
MingcongBaiKexyBiscuit
authored andcommitted
AOSCOS: MIPS: loongson3-memset: replace <asm/export.h> with <linux/export.h>
Per commit 9259e15 ("mips: replace #include <asm/export.h> with for <linux/export.h>. Follow the commit and revise loongson3-memset.S accordingly. Fixes: "AOSCOS: memset optimization for loongson-3" Signed-off-by: Mingcong Bai <[email protected]> Signed-off-by: Kexy Biscuit <[email protected]>
1 parent b67e656 commit dea4a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/loongson64/loongson3-memset.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* Copyright (C) 2007 by Maciej W. Rozycki
99
* Copyright (C) 2011, 2012 MIPS Technologies, Inc.
1010
*/
11+
#include <linux/export.h>
1112
#include <asm/asm.h>
1213
#include <asm/asm-offsets.h>
13-
#include <asm/export.h>
1414
#include <asm/regdef.h>
1515

1616
#define LONG_S_L sdl

0 commit comments

Comments
 (0)