Re: [PATCH 1/7] powerpc/fadump: define an empty fadump_cleanup()

2019-05-03 Thread Michael Ellerman
On Fri, 2019-03-22 at 08:08:39 UTC, Christophe Leroy wrote: > To avoid #ifdefs, define an static inline fadump_cleanup() function > when CONFIG_FADUMP is not selected > > Signed-off-by: Christophe Leroy Series applied to powerpc next, thanks.

[PATCH 1/7] powerpc/fadump: define an empty fadump_cleanup()

2019-03-22 Thread Christophe Leroy
To avoid #ifdefs, define an static inline fadump_cleanup() function when CONFIG_FADUMP is not selected Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/fadump.h | 1 + arch/powerpc/kernel/setup-common.c | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git