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 |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| apr.c | ||
| cmd-db.c | ||
| icc-bwmon.c | ||
| ice.c | ||
| kryo-l2-accessors.c | ||
| llcc-qcom.c | ||
| mdt_loader.c | ||
| ocmem.c | ||
| pdr_interface.c | ||
| pdr_internal.h | ||
| pmic_glink.c | ||
| pmic_glink_altmode.c | ||
| pmic_pdcharger_ulog.c | ||
| pmic_pdcharger_ulog.h | ||
| qcom-geni-se.c | ||
| qcom-pbs.c | ||
| qcom_aoss.c | ||
| qcom_gsbi.c | ||
| qcom_pd_mapper.c | ||
| qcom_pdr_msg.c | ||
| qcom_stats.c | ||
| qmi_encdec.c | ||
| qmi_interface.c | ||
| ramp_controller.c | ||
| rmtfs_mem.c | ||
| rpm-proc.c | ||
| rpm_master_stats.c | ||
| rpmh-internal.h | ||
| rpmh-rsc.c | ||
| rpmh.c | ||
| smd-rpm.c | ||
| smem.c | ||
| smem_state.c | ||
| smp2p.c | ||
| smsm.c | ||
| socinfo.c | ||
| spm.c | ||
| trace-aoss.h | ||
| trace-rpmh.h | ||
| trace-smp2p.h | ||
| trace_icc-bwmon.h | ||
| wcnss_ctrl.c | ||