Skip to content

Commit f7b352e

Browse files
committed
i.MX SoC changes for 6.15: - Mark imx53_suspend_sz as __maybe_unused to fix a possible build warning * tag 'imx-soc-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: ARM: imx: mark imx53_suspend_sz as unused Link: https://lore.kernel.org/r/20250312074005.663165-2-shawnguo2@yeah.net Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents f03f6e2 + 4f8ec94 commit f7b352e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/mach-imx/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ extern const u32 imx53_suspend_sz;
9898
void imx6_suspend(void __iomem *ocram_vbase);
9999
#else
100100
static inline void imx53_suspend(void __iomem *ocram_vbase) {}
101-
static const u32 imx53_suspend_sz;
101+
static __maybe_unused const u32 imx53_suspend_sz;
102102
static inline void imx6_suspend(void __iomem *ocram_vbase) {}
103103
#endif
104104

0 commit comments

Comments
 (0)