]> Git Repo - J-linux.git/commitdiff
x86: Remove empty files
authorBorislav Petkov <[email protected]>
Fri, 20 May 2022 10:12:30 +0000 (12:12 +0200)
committerBorislav Petkov <[email protected]>
Fri, 20 May 2022 10:29:26 +0000 (12:29 +0200)
Remove empty files which were supposed to get removed with the
respective commits removing the functionality in them:

$ find arch/x86/ -empty
arch/x86/lib/mmx_32.c
arch/x86/include/asm/fpu/internal.h
arch/x86/include/asm/mmx.h

Signed-off-by: Borislav Petkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/x86/include/asm/fpu/internal.h [deleted file]
arch/x86/include/asm/mmx.h [deleted file]
arch/x86/lib/mmx_32.c [deleted file]

diff --git a/arch/x86/include/asm/fpu/internal.h b/arch/x86/include/asm/fpu/internal.h
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/arch/x86/include/asm/mmx.h b/arch/x86/include/asm/mmx.h
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/arch/x86/lib/mmx_32.c b/arch/x86/lib/mmx_32.c
deleted file mode 100644 (file)
index e69de29..0000000
This page took 0.049639 seconds and 4 git commands to generate.