common.h (cb54b53adae70701bdd77d848cea4b9b39b61cf9) | common.h (a3a9384a115756e275ed3845b5f92f21efd5a691) |
---|---|
1/* 2 * Header for code common to all OMAP2+ machines. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License as published by the 6 * Free Software Foundation; either version 2 of the License, or (at your 7 * option) any later version. 8 * --- 96 unchanged lines hidden (view full) --- 105void omap2420_init_late(void); 106void omap2430_init_late(void); 107void omap3430_init_late(void); 108void omap35xx_init_late(void); 109void omap3630_init_late(void); 110void am35xx_init_late(void); 111void ti81xx_init_late(void); 112int omap2_common_pm_late_init(void); | 1/* 2 * Header for code common to all OMAP2+ machines. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License as published by the 6 * Free Software Foundation; either version 2 of the License, or (at your 7 * option) any later version. 8 * --- 96 unchanged lines hidden (view full) --- 105void omap2420_init_late(void); 106void omap2430_init_late(void); 107void omap3430_init_late(void); 108void omap35xx_init_late(void); 109void omap3630_init_late(void); 110void am35xx_init_late(void); 111void ti81xx_init_late(void); 112int omap2_common_pm_late_init(void); |
113void dra7xx_init_early(void); |
|
113 114#ifdef CONFIG_SOC_BUS 115void omap_soc_device_init(void); 116#else 117static inline void omap_soc_device_init(void) 118{ 119} 120#endif --- 184 unchanged lines hidden --- | 114 115#ifdef CONFIG_SOC_BUS 116void omap_soc_device_init(void); 117#else 118static inline void omap_soc_device_init(void) 119{ 120} 121#endif --- 184 unchanged lines hidden --- |