]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/plat-omap/include/mach/common.h
REMOVE OMAP LEGACY CODE: Reset clocks and PM code to mainline
[linux-2.6-omap-h63xx.git] / arch / arm / plat-omap / include / mach / common.h
index 8c1b9655b8bb074e56f025f2ebd629edc37b7198..0ecf36deb17b36e1477e2aa7b04139ae09a0f1ad 100644 (file)
@@ -33,6 +33,8 @@ struct sys_timer;
 
 extern void omap_map_common_io(void);
 extern struct sys_timer omap_timer;
+extern void omap_serial_init(void);
+extern void omap_serial_enable_clocks(int enable);
 #if defined(CONFIG_I2C_OMAP) || defined(CONFIG_I2C_OMAP_MODULE)
 extern int omap_register_i2c_bus(int bus_id, u32 clkrate,
                                 struct i2c_board_info const *info,
@@ -66,10 +68,5 @@ void omap2_set_globals_tap(struct omap_globals *);
 void omap2_set_globals_sdrc(struct omap_globals *);
 void omap2_set_globals_control(struct omap_globals *);
 void omap2_set_globals_prcm(struct omap_globals *);
-#ifdef CONFIG_ARCH_OMAP24XX
-void omap2_set_globals_clock24xx(struct omap_globals *);
-#else
-#define omap2_set_globals_clock24xx(x) do { } while (0)
-#endif
 
 #endif /* __ARCH_ARM_MACH_OMAP_COMMON_H */