projects
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
move asm/unaligned.h to linux/unaligned.h
[linux.git]
/
arch
/
mips
/
crypto
/
crc32-mips.c
diff --git
a/arch/mips/crypto/crc32-mips.c
b/arch/mips/crypto/crc32-mips.c
index 2a59b85f88aacea20d11e6e8ddcb2b6c8006ebe4..a7a1d43a1b2ca5eb8a582681b22c7949da21ec06 100644
(file)
--- a/
arch/mips/crypto/crc32-mips.c
+++ b/
arch/mips/crypto/crc32-mips.c
@@
-14,7
+14,7
@@
#include <linux/module.h>
#include <linux/string.h>
#include <asm/mipsregs.h>
-#include <
asm
/unaligned.h>
+#include <
linux
/unaligned.h>
#include <crypto/internal/hash.h>
This page took
0.028538 seconds
and
4
git commands to generate.