---- GFX_Linux_KM/services4/system/omap3630/sysutils_linux.c-orig 2010-07-30 07:15:01.000000000 -0700
-+++ GFX_Linux_KM/services4/system/omap3630/sysutils_linux.c 2010-10-07 07:49:32.000000000 -0700
+--- /tmp/sysutils_linux.c 2010-10-14 09:46:08.000000000 +0200
++++ GFX_Linux_KM/services4/system/omap3630/sysutils_linux.c 2010-10-14 09:47:20.000000000 +0200
@@ -32,6 +32,12 @@
- #include <asm/bug.h>
- #include <linux/platform_device.h>
-
-+#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,33))
-+#include <linux/semaphore.h>
-+#include <asm-generic/resource.h>
-+#include <plat/omap-pm.h>
-+#else
-+
- #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,31))
- #include <linux/semaphore.h>
- #include <plat/resource.h>
+ #include <asm/bug.h>\r
+ #include <linux/platform_device.h>\r
+ \r
++#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,33))\r
++#include <linux/semaphore.h>\r
++#include <asm-generic/resource.h>\r
++#include <plat/omap-pm.h>\r
++#else\r
++\r
+ #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,31))\r
+ #include <linux/semaphore.h>\r
+ #include <plat/resource.h>\r
@@ -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))
+ #endif\r
+ #endif\r
+ #endif\r
++#endif\r
+ \r
+ #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,27)) && \\r
+ (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,29))\r