9
0
Fork 0

ARM i.MX: Add double include protection for generic.h

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-10-17 23:07:45 +02:00
parent e42522f5bf
commit 3f8a1c0be2
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#ifndef __MACH_GENERIC_H
#define __MACH_GENERIC_H
u64 imx_uid(void);
@ -82,3 +84,5 @@ int imx6_boot_save_loc(void __iomem *src_base);
#define cpu_is_mx23() (0)
#define cpu_is_mx28() (0)
#endif /* __MACH_GENERIC_H */