ARM: 8688/1: pm: add missing types include
Add missing types.h include to make the suspend header self-contained and avoid compilation breakage due to include-directive ordering. Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
This commit is contained in:
committed by
Russell King
parent
520eccdfe1
commit
ac8b4d3ed1
@@ -1,6 +1,8 @@
|
|||||||
#ifndef __ASM_ARM_SUSPEND_H
|
#ifndef __ASM_ARM_SUSPEND_H
|
||||||
#define __ASM_ARM_SUSPEND_H
|
#define __ASM_ARM_SUSPEND_H
|
||||||
|
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
struct sleep_save_sp {
|
struct sleep_save_sp {
|
||||||
u32 *save_ptr_stash;
|
u32 *save_ptr_stash;
|
||||||
u32 save_ptr_stash_phys;
|
u32 save_ptr_stash_phys;
|
||||||
|
|||||||
Reference in New Issue
Block a user