From: Grazvydas Ignotas Date: Sat, 24 Mar 2012 23:50:23 +0000 (+0200) Subject: oe patch: 0002-Compile-fixes-for-recent-kernels X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8d6d83d4b8519ace5bc4fba150d203282e7e92f;p=sgx.git oe patch: 0002-Compile-fixes-for-recent-kernels --- diff --git a/services4/system/omap3630/sysutils_linux.c b/services4/system/omap3630/sysutils_linux.c index 159b4da..396a95a 100644 --- a/services4/system/omap3630/sysutils_linux.c +++ b/services4/system/omap3630/sysutils_linux.c @@ -32,6 +32,12 @@ #include #include +#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,33)) +#include +#include +#include +#else + #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,31)) #include #include @@ -49,6 +55,7 @@ #endif #endif #endif +#endif #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,27)) && \ (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,29))