From: Christophe Leroy Date: Fri, 3 Sep 2021 11:18:38 +0000 (+0000) Subject: powerpc/machdep: Remove CONFIG_PPC_HAS_FEATURE_CALLS X-Git-Tag: v6.6.17~7919^2~132 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6a6c725a20467f52a41270bdaad9565c66f3b7a;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/803779fffb4ee0801746b2173d37cea3b273f821.1630667612.git.christophe.leroy@csgroup.eu --- diff --git a/arch/powerpc/include/asm/machdep.h b/arch/powerpc/include/asm/machdep.h index e821037..75687e1 100644 --- a/arch/powerpc/include/asm/machdep.h +++ b/arch/powerpc/include/asm/machdep.h @@ -10,11 +10,6 @@ #include -/* 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;