]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-omap2/common.h
ARM: OMAP2+: Export SoC information to userspace
[karo-tx-linux.git] / arch / arm / mach-omap2 / common.h
index d6ba13e1c540f6ecc186a164f441ca48b2540a1e..1ddd0cb5fab9181dd1aa125e7cb4c1f149908f76 100644 (file)
@@ -110,6 +110,14 @@ void am35xx_init_late(void);
 void ti81xx_init_late(void);
 int omap2_common_pm_late_init(void);
 
+#ifdef CONFIG_SOC_BUS
+void omap_soc_device_init(void);
+#else
+static inline void omap_soc_device_init(void)
+{
+}
+#endif
+
 #if defined(CONFIG_SOC_OMAP2420) || defined(CONFIG_SOC_OMAP2430)
 void omap2xxx_restart(char mode, const char *cmd);
 #else