On 11/25/2024 3:24 PM, Nuno Das Neves wrote:
Remove all hyperv-tlfs.h files. These are no longer included
anywhere. hyperv/hvhdk.h serves the same role, but with an easier
path for adding new definitions.
Remove the relevant lines in MAINTAINERS.
Signed-off-by: Nuno Das Neves <redacted>
---
MAINTAINERS | 3 -
arch/arm64/include/asm/hyperv-tlfs.h | 71 ---
arch/x86/include/asm/hyperv-tlfs.h | 811 ------------------------
include/asm-generic/hyperv-tlfs.h | 883 ---------------------------
4 files changed, 1768 deletions(-)
delete mode 100644 arch/arm64/include/asm/hyperv-tlfs.h
delete mode 100644 arch/x86/include/asm/hyperv-tlfs.h
delete mode 100644 include/asm-generic/hyperv-tlfs.h
Reviewed-by: Easwar Hariharan <redacted>