[PATCH 0/5] treewide: delete code referencing unused headers
Ahmad Fatoum
a.fatoum at pengutronix.de
Wed Jul 8 03:47:34 EDT 2020
Found by manual inspection of the output of following command:
find . -name '*.[ch]' -exec egrep -H -o '^\s*#include <.*\.h>' {} \; | \
perl -ne '/(.*):#include\s*<(.*)>/; print "$1: $2\n" unless -f "include/$2";' | \
egrep -v ': (asm|dt-bindings|mach|generated|config\.h)' | egrep -v ^./scripts | \
egrep -v ^./arch/sandbox/os
Ahmad Fatoum (5):
ppc: mpc5xxx: delete dead code
include: delete unreferenced u-boot part.h header
lib: list_sort: delete dead code
commands: dhrystone: remove unneeded and out-of-place <stdbool.h>
lib: lzo: drop unused compression code
arch/powerpc/mach-mpc5xxx/Makefile | 5 -
.../mach-mpc5xxx/firmware_sc_task.impl.S | 364 ------------------
arch/powerpc/mach-mpc5xxx/io.S | 121 ------
arch/powerpc/mach-mpc5xxx/pci_mpc5200.c | 180 ---------
commands/dhrystone.c | 1 -
include/part.h | 104 -----
lib/list_sort.c | 149 -------
lib/lzo/Kconfig | 4 -
lib/lzo/Makefile | 3 -
lib/lzo/lzo1x_compress.c | 279 --------------
10 files changed, 1210 deletions(-)
delete mode 100644 arch/powerpc/mach-mpc5xxx/firmware_sc_task.impl.S
delete mode 100644 arch/powerpc/mach-mpc5xxx/io.S
delete mode 100644 arch/powerpc/mach-mpc5xxx/pci_mpc5200.c
delete mode 100644 include/part.h
delete mode 100644 lib/lzo/lzo1x_compress.c
--
2.27.0
More information about the barebox
mailing list