diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2021-09-03 11:18:38 +0000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2022-02-07 16:43:35 +1100 |
commit | d6a6c725a20467f52a41270bdaad9565c66f3b7a (patch) | |
tree | 08d4df298b29c8bd6359ddd4b0a1cee07209358c | |
parent | 7c5ed82b800d8615cdda00729e7b62e5899f0b13 (diff) | |
download | lwn-d6a6c725a20467f52a41270bdaad9565c66f3b7a.tar.gz lwn-d6a6c725a20467f52a41270bdaad9565c66f3b7a.zip |
powerpc/machdep: Remove CONFIG_PPC_HAS_FEATURE_CALLS
Last user was removed by commit 7bbd827750e6 ("[PATCH] ppc64: very
basic desktop g5 sound support").
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/803779fffb4ee0801746b2173d37cea3b273f821.1630667612.git.christophe.leroy@csgroup.eu
-rw-r--r-- | arch/powerpc/include/asm/machdep.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/include/asm/machdep.h b/arch/powerpc/include/asm/machdep.h index e821037f74f0..75687e1f994a 100644 --- a/arch/powerpc/include/asm/machdep.h +++ b/arch/powerpc/include/asm/machdep.h @@ -10,11 +10,6 @@ #include <asm/setup.h> -/* We export this macro for external modules like Alsa to know if - * ppc_md.feature_call is implemented or not - */ -#define CONFIG_PPC_HAS_FEATURE_CALLS - struct pt_regs; struct pci_bus; struct device_node; |