summaryrefslogtreecommitdiff
path: root/recipes/powervr-drivers/omap3-sgx-modules/proc-interface.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/powervr-drivers/omap3-sgx-modules/proc-interface.patch')
-rwxr-xr-xrecipes/powervr-drivers/omap3-sgx-modules/proc-interface.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes/powervr-drivers/omap3-sgx-modules/proc-interface.patch b/recipes/powervr-drivers/omap3-sgx-modules/proc-interface.patch
deleted file mode 100755
index 185191f4d8..0000000000
--- a/recipes/powervr-drivers/omap3-sgx-modules/proc-interface.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- ./services4/srvkm/env/linux/proc.c.orig 2009-10-09 13:46:40.000000000 -0500
-+++ ./services4/srvkm/env/linux/proc.c 2009-10-09 13:48:36.000000000 -0500
-@@ -134,7 +134,9 @@
-
- if (file)
- {
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31)
- file->owner = THIS_MODULE;
-+#endif
- file->read_proc = rhandler;
- file->write_proc = whandler;
- file->data = data;
-@@ -165,7 +167,9 @@
-
- if (file)
- {
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31)
- file->owner = THIS_MODULE;
-+#endif
-
- return 0;
- }