MIPS: cm: Fix warning if MIPS_CM is disabled
commit b73c3ccdca95c237750c981054997c71d33e09d7 upstream. Commit e27fbe16af5c ("MIPS: cm: Detect CM quirks from device tree") introduced arch/mips/include/asm/mips-cm.h:119:13: error: ‘mips_cm_update_property’ defined but not used [-Werror=unused-function] Fix this by making empty function implementation inline Fixes: e27fbe16af5c ("MIPS: cm: Detect CM quirks from device tree") Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
eee19a8037
commit
17d41d0f3a
@@ -104,7 +104,7 @@ static inline bool mips_cm_present(void)
|
|||||||
#ifdef CONFIG_MIPS_CM
|
#ifdef CONFIG_MIPS_CM
|
||||||
extern void mips_cm_update_property(void);
|
extern void mips_cm_update_property(void);
|
||||||
#else
|
#else
|
||||||
static void mips_cm_update_property(void) {}
|
static inline void mips_cm_update_property(void) {}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user