linux-yocto/drivers/net/wireless/broadcom/brcm80211/brcmfmac
Al Viro 5f60d5f6bb 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-10-02 17:23:23 -04:00
..
bca kbuild: use $(src) instead of $(srctree)/$(src) for source directory 2024-05-10 04:34:52 +09:00
cyw kbuild: use $(src) instead of $(srctree)/$(src) for source directory 2024-05-10 04:34:52 +09:00
wcc kbuild: use $(src) instead of $(srctree)/$(src) for source directory 2024-05-10 04:34:52 +09:00
acpi.c
bcdc.c
bcdc.h
bcmsdh.c wireless-next patches for v6.11 2024-06-10 17:40:26 -07:00
btcoex.c wifi: brcmfmac: introducing fwil query functions 2024-08-04 12:10:00 +03:00
btcoex.h
bus.h
cfg80211.c wifi: brcmfmac: cfg80211: Convert comma to semicolon 2024-09-09 15:31:35 +03:00
cfg80211.h
chip.c
chip.h
common.c
common.h
commonring.c
commonring.h
core.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
core.h wifi: brcmfmac: fwsignal: Use struct_size() to simplify brcmf_fws_rxreorder() 2024-08-04 12:08:52 +03:00
debug.c
debug.h
dmi.c
feature.c wifi: brcmfmac: introducing fwil query functions 2024-08-04 12:10:00 +03:00
feature.h
firmware.c
firmware.h
flowring.c
flowring.h
fweh.c
fweh.h move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
fwil_types.h
fwil.c
fwil.h wifi: brcmfmac: introducing fwil query functions 2024-08-04 12:10:00 +03:00
fwsignal.c wifi: brcmfmac: fwsignal: Use struct_size() to simplify brcmf_fws_rxreorder() 2024-08-04 12:08:52 +03:00
fwsignal.h
fwvid.c
fwvid.h
Kconfig
Makefile kbuild: use $(src) instead of $(srctree)/$(src) for source directory 2024-05-10 04:34:52 +09:00
msgbuf.c
msgbuf.h
of.c wifi: brcmfmac: of: Support interrupts-extended 2024-06-26 20:50:58 +03:00
of.h
p2p.c
p2p.h
pcie.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
pcie.h
pno.c
pno.h
proto.c
proto.h
sdio.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
sdio.h
tracepoint.c
tracepoint.h tracing/treewide: Remove second parameter of __assign_str() 2024-05-22 20:14:47 -04:00
usb.c wifi: brcm80211: use sizeof(*pointer) instead of sizeof(type) 2024-06-01 13:08:57 +03:00
usb.h
vendor.c
vendor.h
xtlv.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
xtlv.h