aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r--arch/arm/mach-omap2/common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h
index c925c805969f..426fcfcfd821 100644
--- a/arch/arm/mach-omap2/common.h
+++ b/arch/arm/mach-omap2/common.h
@@ -34,8 +34,6 @@
34 34
35#include <asm/proc-fns.h> 35#include <asm/proc-fns.h>
36 36
37#include "../plat-omap/common.h"
38
39#include "i2c.h" 37#include "i2c.h"
40#include "serial.h" 38#include "serial.h"
41 39
@@ -345,5 +343,8 @@ struct omap2_hsmmc_info;
345extern int omap4_twl6030_hsmmc_init(struct omap2_hsmmc_info *controllers); 343extern int omap4_twl6030_hsmmc_init(struct omap2_hsmmc_info *controllers);
346extern void omap_reserve(void); 344extern void omap_reserve(void);
347 345
346struct omap_hwmod;
347extern int omap_dss_reset(struct omap_hwmod *);
348
348#endif /* __ASSEMBLER__ */ 349#endif /* __ASSEMBLER__ */
349#endif /* __ARCH_ARM_MACH_OMAP2PLUS_COMMON_H */ 350#endif /* __ARCH_ARM_MACH_OMAP2PLUS_COMMON_H */