powerpc/machdep: Remove CONFIG_PPC_HAS_FEATURE_CALLS
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Fri, 3 Sep 2021 11:18:38 +0000 (11:18 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 7 Feb 2022 05:43:35 +0000 (16:43 +1100)
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
arch/powerpc/include/asm/machdep.h

index e821037..75687e1 100644 (file)
 
 #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;