Skip to content

Commit 9e0be3f

Browse files
bulwahnmasahir0y
authored andcommitted
linux/export: clean up the IA-64 KSYM_FUNC macro
With commit cf8e865 ("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>
1 parent 1c4a758 commit 9e0be3f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/linux/export-internal.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@
5050
" .previous" "\n" \
5151
)
5252

53-
#ifdef CONFIG_IA64
54-
#define KSYM_FUNC(name) @fptr(name)
55-
#elif defined(CONFIG_PARISC) && defined(CONFIG_64BIT)
53+
#if defined(CONFIG_PARISC) && defined(CONFIG_64BIT)
5654
#define KSYM_FUNC(name) P%name
5755
#else
5856
#define KSYM_FUNC(name) name

0 commit comments

Comments
 (0)