Skip to content

Commit 5692520

Browse files
committed
ARM: imx: add missing include
imx25_pm_init() is declared in common.h but this is not included before its definition: arch/arm/mach-imx/pm-imx25.c:31:13: error: no previous prototype for 'imx25_pm_init' Link: https://lore.kernel.org/r/20230516153109.514251-5-arnd@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 774f60d commit 5692520

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/mach-imx/pm-imx25.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <linux/kernel.h>
77
#include <linux/suspend.h>
88
#include <linux/io.h>
9+
#include "common.h"
910

1011
static int imx25_suspend_enter(suspend_state_t state)
1112
{

0 commit comments

Comments
 (0)