mirror-linux/drivers/net/ethernet/intel
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
..
e1000 net: intel: Remove MODULE_AUTHORs 2024-07-11 10:05:52 -07:00
e1000e e1000e: avoid failing the system during pm_suspend 2024-08-30 13:19:17 -07:00
fm10k net: intel: Remove MODULE_AUTHORs 2024-07-11 10:05:52 -07:00
i40e i40e: Remove setting of RX software timestamp 2024-09-06 09:34:17 +01:00
iavf iavf: add support for offloading tc U32 cls filters 2024-08-13 14:51:29 -07:00
ice move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
idpf idpf: enable WB_ON_ITR 2024-09-09 13:15:37 -07:00
igb Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2024-09-12 17:11:24 -07:00
igbvf igbvf: Remove two unused declarations 2024-08-19 17:48:33 -07:00
igc igc: Remove setting of RX software timestamp 2024-09-06 09:34:18 +01:00
ixgbe ixgbe: Remove setting of RX software timestamp 2024-09-06 09:34:18 +01:00
ixgbevf net: intel: Remove MODULE_AUTHORs 2024-07-11 10:05:52 -07:00
libeth Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 2024-07-13 16:04:52 -07:00
libie net: intel: Remove MODULE_AUTHORs 2024-07-11 10:05:52 -07:00
Kconfig idpf: compile singleq code only under default-n CONFIG_IDPF_SINGLEQ 2024-07-10 10:42:26 -07:00
Makefile net: intel: introduce {, Intel} Ethernet common library 2024-04-24 11:06:25 -07:00
e100.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00