Skip to content

Commit

Permalink
linux/export: clean up the IA-64 KSYM_FUNC macro
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lukas Bulwahn authored and Masahiro Yamada committed Nov 17, 2023
1 parent 1c4a758 commit 9e0be3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/linux/export-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e0be3f

Please sign in to comment.