From d8d6d83d4b8519ace5bc4fba150d203282e7e92f Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sun, 25 Mar 2012 01:50:23 +0200 Subject: [PATCH] oe patch: 0002-Compile-fixes-for-recent-kernels --- services4/system/omap3630/sysutils_linux.c | 7 +++++++ 1 file changed, 7 insertions(+) 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)) -- 2.39.5