mirror of https://github.com/torvalds/linux.git
asm/unaligned.h is always an include of asm-generic/unaligned.h; might as well move that thing to linux/unaligned.h and include that - there's nothing arch-specific in that header. auto-generated by the following: for i in `git grep -l -w asm/unaligned.h`; do sed -i -e "s/asm\/unaligned.h/linux\/unaligned.h/" $i done for i in `git grep -l -w asm-generic/unaligned.h`; do sed -i -e "s/asm-generic\/unaligned.h/linux\/unaligned.h/" $i done git mv include/asm-generic/unaligned.h include/linux/unaligned.h git mv tools/include/asm-generic/unaligned.h tools/include/linux/unaligned.h sed -i -e "/unaligned.h/d" include/asm-generic/Kbuild sed -i -e "s/__ASM_GENERIC/__LINUX/" include/linux/unaligned.h tools/include/linux/unaligned.h |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Kconfig | ||
| Makefile | ||
| aes-ce-ccm-core.S | ||
| aes-ce-ccm-glue.c | ||
| aes-ce-core.S | ||
| aes-ce-glue.c | ||
| aes-ce-setkey.h | ||
| aes-ce.S | ||
| aes-cipher-core.S | ||
| aes-cipher-glue.c | ||
| aes-glue-ce.c | ||
| aes-glue-neon.c | ||
| aes-glue.c | ||
| aes-modes.S | ||
| aes-neon.S | ||
| aes-neonbs-core.S | ||
| aes-neonbs-glue.c | ||
| chacha-neon-core.S | ||
| chacha-neon-glue.c | ||
| crct10dif-ce-core.S | ||
| crct10dif-ce-glue.c | ||
| ghash-ce-core.S | ||
| ghash-ce-glue.c | ||
| nh-neon-core.S | ||
| nhpoly1305-neon-glue.c | ||
| poly1305-armv8.pl | ||
| poly1305-glue.c | ||
| polyval-ce-core.S | ||
| polyval-ce-glue.c | ||
| sha1-ce-core.S | ||
| sha1-ce-glue.c | ||
| sha2-ce-core.S | ||
| sha2-ce-glue.c | ||
| sha3-ce-core.S | ||
| sha3-ce-glue.c | ||
| sha256-glue.c | ||
| sha512-armv8.pl | ||
| sha512-ce-core.S | ||
| sha512-ce-glue.c | ||
| sha512-glue.c | ||
| sm3-ce-core.S | ||
| sm3-ce-glue.c | ||
| sm3-neon-core.S | ||
| sm3-neon-glue.c | ||
| sm4-ce-asm.h | ||
| sm4-ce-ccm-core.S | ||
| sm4-ce-ccm-glue.c | ||
| sm4-ce-cipher-core.S | ||
| sm4-ce-cipher-glue.c | ||
| sm4-ce-core.S | ||
| sm4-ce-gcm-core.S | ||
| sm4-ce-gcm-glue.c | ||
| sm4-ce-glue.c | ||
| sm4-ce.h | ||
| sm4-neon-core.S | ||
| sm4-neon-glue.c | ||