linux/export: clean up the IA-64 KSYM_FUNC macro
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Fri, 10 Nov 2023 12:07:22 +0000 (13:07 +0100)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 17 Nov 2023 04:24:08 +0000 (13:24 +0900)
With commit cf8e8658100d ("arch: Remove Itanium (IA-64) architecture"),
there is no need to keep the IA-64 definition of the KSYM_FUNC macro.

Clean up the IA-64 definition of the KSYM_FUNC macro.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
include/linux/export-internal.h

index 45fca09b231943ea38f56f5079ba7e431074f8a9..69501e0ec239f93d7008b2446c2ac23e2c7e11d2 100644 (file)
@@ -50,9 +50,7 @@
            "   .previous"                                              "\n"    \
        )
 
-#ifdef CONFIG_IA64
-#define KSYM_FUNC(name)                @fptr(name)
-#elif defined(CONFIG_PARISC) && defined(CONFIG_64BIT)
+#if defined(CONFIG_PARISC) && defined(CONFIG_64BIT)
 #define KSYM_FUNC(name)                P%name
 #else
 #define KSYM_FUNC(name)                name