common.h (33959553b81e46640994cbcdb4888d60022dc6fd) | common.h (bb6abcf440c4c861a2131c0651b683dbd2edba84) |
---|---|
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 * --- 49 unchanged lines hidden (view full) --- 58#ifdef CONFIG_SOC_TI81XX 59extern void omapti81xx_map_common_io(void); 60#else 61static inline void omapti81xx_map_common_io(void) 62{ 63} 64#endif 65 | 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 * --- 49 unchanged lines hidden (view full) --- 58#ifdef CONFIG_SOC_TI81XX 59extern void omapti81xx_map_common_io(void); 60#else 61static inline void omapti81xx_map_common_io(void) 62{ 63} 64#endif 65 |
66#ifdef CONFIG_SOC_OMAPAM33XX | 66#ifdef CONFIG_SOC_AM33XX |
67extern void omapam33xx_map_common_io(void); 68#else 69static inline void omapam33xx_map_common_io(void) 70{ 71} 72#endif 73 74#ifdef CONFIG_ARCH_OMAP4 --- 188 unchanged lines hidden --- | 67extern void omapam33xx_map_common_io(void); 68#else 69static inline void omapam33xx_map_common_io(void) 70{ 71} 72#endif 73 74#ifdef CONFIG_ARCH_OMAP4 --- 188 unchanged lines hidden --- |