diff options
| author | Long Li <longli@microsoft.com> | 2025-05-05 17:56:37 -0700 |
|---|---|---|
| committer | Wei Liu <wei.liu@kernel.org> | 2025-05-23 16:30:56 +0000 |
| commit | cd1769e1fef9ab8fbdfafb67b2c327418867afb6 (patch) | |
| tree | 59eeabb768c7b4c8a1410777e28b240c04ae1dc9 /include/asm-generic | |
| parent | Drivers: hv: Use kzalloc for panic page allocation (diff) | |
| download | linux-cd1769e1fef9ab8fbdfafb67b2c327418867afb6.tar.gz linux-cd1769e1fef9ab8fbdfafb67b2c327418867afb6.zip | |
Drivers: hv: Remove hv_alloc/free_* helpers
There are no users for those functions, remove them.
Signed-off-by: Long Li <longli@microsoft.com>
Reviewed-by: Michael Kelley <mhklinux@outlook.com>
Link: https://lore.kernel.org/r/1746492997-4599-6-git-send-email-longli@linuxonhyperv.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Message-ID: <1746492997-4599-6-git-send-email-longli@linuxonhyperv.com>
Diffstat (limited to 'include/asm-generic')
| -rw-r--r-- | include/asm-generic/mshyperv.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-generic/mshyperv.h b/include/asm-generic/mshyperv.h index 6c51a25ed7b5..a729b77983fa 100644 --- a/include/asm-generic/mshyperv.h +++ b/include/asm-generic/mshyperv.h @@ -236,10 +236,6 @@ int hv_common_cpu_init(unsigned int cpu); int hv_common_cpu_die(unsigned int cpu); void hv_identify_partition_type(void); -void *hv_alloc_hyperv_page(void); -void *hv_alloc_hyperv_zeroed_page(void); -void hv_free_hyperv_page(void *addr); - /** * hv_cpu_number_to_vp_number() - Map CPU to VP. * @cpu_number: CPU number in Linux terms |
