]> git.ipfire.org Git - thirdparty/linux.git/commit
x86/ioremap: Remove unused size parameter in remapping functions
authorBaoquan He <bhe@redhat.com>
Sat, 23 Nov 2024 11:42:21 +0000 (19:42 +0800)
committerBorislav Petkov (AMD) <bp@alien8.de>
Sat, 7 Dec 2024 16:23:23 +0000 (17:23 +0100)
commit525077ae7145cc868b69282f85bed2be8ecd1ed5
treefb1238050b2177784780100faebc412d433505a6
parent095ac6fa19500fecd7c62e755dee45bb303d4d43
x86/ioremap: Remove unused size parameter in remapping functions

The size parameter of functions memremap_is_efi_data(),
memremap_is_setup_data() and early_memremap_is_setup_data() is not used.
Remove it.

  [ bp: Massage commit message. ]

Signed-off-by: Baoquan He <bhe@redhat.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20241123114221.149383-4-bhe@redhat.com
arch/x86/mm/ioremap.c