summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jacinto6/sgx_src/eurasia_km/services4/system/omap/syslocal.h')
-rw-r--r--jacinto6/sgx_src/eurasia_km/services4/system/omap/syslocal.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/jacinto6/sgx_src/eurasia_km/services4/system/omap/syslocal.h b/jacinto6/sgx_src/eurasia_km/services4/system/omap/syslocal.h
index ba312d6..bddbf6f 100644
--- a/jacinto6/sgx_src/eurasia_km/services4/system/omap/syslocal.h
+++ b/jacinto6/sgx_src/eurasia_km/services4/system/omap/syslocal.h
@@ -84,7 +84,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
84#endif 84#endif
85 85
86#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) 86#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35))
87#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0)) 87#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,8,13))
88#include <plat/gpu.h> 88#include <plat/gpu.h>
89#endif 89#endif
90#if !defined(PVR_NO_OMAP_TIMER) 90#if !defined(PVR_NO_OMAP_TIMER)
@@ -93,10 +93,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
93#endif 93#endif
94#endif 94#endif
95 95
96#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0))
97#include <linux/wakelock.h>
98#endif
99
100#if !defined(PVR_NO_OMAP_TIMER) 96#if !defined(PVR_NO_OMAP_TIMER)
101#define PVR_OMAP_TIMER_BASE_IN_SYS_SPEC_DATA 97#define PVR_OMAP_TIMER_BASE_IN_SYS_SPEC_DATA
102#endif 98#endif
@@ -193,9 +189,6 @@ typedef struct _SYS_SPECIFIC_DATA_TAG_
193#if defined(PVR_OMAP_USE_DM_TIMER_API) 189#if defined(PVR_OMAP_USE_DM_TIMER_API)
194 struct omap_dm_timer *psGPTimer; 190 struct omap_dm_timer *psGPTimer;
195#endif 191#endif
196#if defined(CONFIG_HAS_WAKELOCK)
197 struct wake_lock wake_lock;
198#endif /* CONFIG_HAS_WAKELOCK */
199#endif /* defined(__linux__) */ 192#endif /* defined(__linux__) */
200} SYS_SPECIFIC_DATA; 193} SYS_SPECIFIC_DATA;
201 194