diff options
| author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2021-04-24 14:37:28 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-25 14:36:11 +0200 |
| commit | 31e1b8c07d358da3b0cf6b55c18caa7cc89bcc6c (patch) | |
| tree | c584908c4853bac8a3bc78fbe5eec440a6d27803 | |
| parent | d05ebeffca1d42734e012ede2fef5c5a76677224 (diff) | |
| download | kernel_replicant_linux-31e1b8c07d358da3b0cf6b55c18caa7cc89bcc6c.tar.gz kernel_replicant_linux-31e1b8c07d358da3b0cf6b55c18caa7cc89bcc6c.tar.bz2 kernel_replicant_linux-31e1b8c07d358da3b0cf6b55c18caa7cc89bcc6c.zip | |
ARM: imx: pm-imx5: Fix references to imx5_cpu_suspend_info
[ Upstream commit 89b759469d525f4d5f9c29cd3b1f490311c67f85 ]
The name of the struct, as defined in arch/arm/mach-imx/pm-imx5.c,
is imx5_cpu_suspend_info.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
| -rw-r--r-- | arch/arm/mach-imx/suspend-imx53.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/suspend-imx53.S b/arch/arm/mach-imx/suspend-imx53.S index 41b8aad65363..46570ec2fbcf 100644 --- a/arch/arm/mach-imx/suspend-imx53.S +++ b/arch/arm/mach-imx/suspend-imx53.S @@ -28,11 +28,11 @@ * ^ * ^ * imx53_suspend code - * PM_INFO structure(imx53_suspend_info) + * PM_INFO structure(imx5_cpu_suspend_info) * ======================== low address ======================= */ -/* Offsets of members of struct imx53_suspend_info */ +/* Offsets of members of struct imx5_cpu_suspend_info */ #define SUSPEND_INFO_MX53_M4IF_V_OFFSET 0x0 #define SUSPEND_INFO_MX53_IOMUXC_V_OFFSET 0x4 #define SUSPEND_INFO_MX53_IO_COUNT_OFFSET 0x8 |
