Files
linux_media/arch/xtensa/include/asm
CrazyCat b7236f208b move asm/unaligned.h to linux/unaligned.h
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
2024-12-11 17:53:49 +02:00
..
2023-06-12 19:48:57 -07:00
2022-02-25 09:36:06 +01:00
2023-06-12 19:48:57 -07:00
2022-05-01 19:51:22 -07:00
2022-05-01 19:51:22 -07:00
2019-11-26 11:33:38 -08:00
2021-11-17 10:36:15 -05:00
2023-06-12 19:48:57 -07:00
2021-12-11 23:31:51 +01:00
2022-06-28 13:20:21 +02:00
2018-02-11 09:18:12 -08:00
2022-07-17 17:14:44 -07:00
2019-09-01 13:11:57 -07:00
2023-03-08 08:44:27 -08:00
2023-06-12 19:48:57 -07:00
2019-04-03 10:32:54 +02:00
2022-02-25 09:36:06 +01:00
2020-02-04 21:57:02 -08:00