Re: powerpc/ipic: drop unused functions

2019-01-23 Thread Michael Ellerman
On Tue, 2019-01-08 at 15:08:00 UTC, Christophe Leroy wrote: > ipic_set_highest_priority(), ipic_enable_mcp() and ipic_disable_mcp() > are unused. This patch drops them. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/8acb88682cc00a41a677c245

[PATCH] powerpc/ipic: drop unused functions

2019-01-08 Thread Christophe Leroy
ipic_set_highest_priority(), ipic_enable_mcp() and ipic_disable_mcp() are unused. This patch drops them. Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/ipic.h | 3 --- arch/powerpc/sysdev/ipic.c | 35 --- 2 files changed, 38 deletions(-) diff