diff options
author | Borislav Petkov <bp@suse.de> | 2022-05-20 13:12:30 +0300 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2022-05-20 13:29:26 +0300 |
commit | d936411dc9caeb3edb992e39c33d4d1d81ca8c08 (patch) | |
tree | 68f57ce32344564d61c0ff39c756ccae90efb3e3 | |
parent | 553b0cb30b5452198de3187f1a79989eba38df00 (diff) | |
download | linux-d936411dc9caeb3edb992e39c33d4d1d81ca8c08.tar.xz |
x86: Remove empty files
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 <bp@suse.de>
Link: https://lore.kernel.org/r/20220520101723.12006-1-bp@alien8.de
-rw-r--r-- | arch/x86/include/asm/fpu/internal.h | 0 | ||||
-rw-r--r-- | arch/x86/include/asm/mmx.h | 0 | ||||
-rw-r--r-- | arch/x86/lib/mmx_32.c | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/arch/x86/include/asm/fpu/internal.h b/arch/x86/include/asm/fpu/internal.h deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/arch/x86/include/asm/fpu/internal.h +++ /dev/null diff --git a/arch/x86/include/asm/mmx.h b/arch/x86/include/asm/mmx.h deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/arch/x86/include/asm/mmx.h +++ /dev/null diff --git a/arch/x86/lib/mmx_32.c b/arch/x86/lib/mmx_32.c deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/arch/x86/lib/mmx_32.c +++ /dev/null |