mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
5f60d5f6bb
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 |
||
---|---|---|
.. | ||
chan_kern.c | ||
chan_user.c | ||
chan_user.h | ||
chan.h | ||
cow_sys.h | ||
cow_user.c | ||
cow.h | ||
daemon_kern.c | ||
daemon_user.c | ||
daemon.h | ||
fd.c | ||
harddog_kern.c | ||
harddog_user_exp.c | ||
harddog_user.c | ||
harddog.h | ||
hostaudio_kern.c | ||
Kconfig | ||
line.c | ||
line.h | ||
Makefile | ||
mconsole_kern.c | ||
mconsole_kern.h | ||
mconsole_user.c | ||
mconsole.h | ||
mmapper_kern.c | ||
net_kern.c | ||
net_user.c | ||
null.c | ||
port_kern.c | ||
port_user.c | ||
port.h | ||
pty.c | ||
random.c | ||
rtc_kern.c | ||
rtc_user.c | ||
rtc.h | ||
slip_common.c | ||
slip_common.h | ||
slip_kern.c | ||
slip_user.c | ||
slip.h | ||
slirp_kern.c | ||
slirp_user.c | ||
slirp.h | ||
ssl.c | ||
stderr_console.c | ||
stdio_console.c | ||
stdio_console.h | ||
tty.c | ||
ubd_kern.c | ||
ubd_user.c | ||
ubd.h | ||
umcast_kern.c | ||
umcast_user.c | ||
umcast.h | ||
vde_kern.c | ||
vde_user.c | ||
vde.h | ||
vector_kern.c | ||
vector_kern.h | ||
vector_transports.c | ||
vector_user.c | ||
vector_user.h | ||
vhost_user.h | ||
virt-pci.c | ||
virtio_uml.c | ||
xterm_kern.c | ||
xterm.c | ||
xterm.h |