summaryrefslogtreecommitdiff
path: root/meta/packages/linux/linux-moblin-2.6.27-rc1/0011_workaround_unidef_step.patch
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2008-10-03 08:42:49 +0000
committerSamuel Ortiz <sameo@openedhand.com>2008-10-03 08:42:49 +0000
commit8e466ad34b11fea6003489e1c8875042d991b5a7 (patch)
tree4f5a6c1c192235b5ce464187bfe810dbc705fc34 /meta/packages/linux/linux-moblin-2.6.27-rc1/0011_workaround_unidef_step.patch
parent6c807a6d89d031d8bee7222b896b29dbb1163f4b (diff)
downloadopenembedded-core-8e466ad34b11fea6003489e1c8875042d991b5a7.tar.gz
openembedded-core-8e466ad34b11fea6003489e1c8875042d991b5a7.tar.bz2
openembedded-core-8e466ad34b11fea6003489e1c8875042d991b5a7.tar.xz
openembedded-core-8e466ad34b11fea6003489e1c8875042d991b5a7.zip
linux-moblin2: Use a more generic name
And fix the eee901 machine file accordingly. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5404 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux/linux-moblin-2.6.27-rc1/0011_workaround_unidef_step.patch')
-rw-r--r--meta/packages/linux/linux-moblin-2.6.27-rc1/0011_workaround_unidef_step.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-moblin-2.6.27-rc1/0011_workaround_unidef_step.patch b/meta/packages/linux/linux-moblin-2.6.27-rc1/0011_workaround_unidef_step.patch
new file mode 100644
index 000000000..a77ff3c62
--- /dev/null
+++ b/meta/packages/linux/linux-moblin-2.6.27-rc1/0011_workaround_unidef_step.patch
@@ -0,0 +1,10 @@
+--- linux.trees.git/include/linux/videodev2.h.org 2008-08-15 16:31:03.000000000 -0700
++++ linux.trees.git/include/linux/videodev2.h 2008-08-15 16:31:11.000000000 -0700
+@@ -59,7 +59,6 @@
+ #include <linux/time.h> /* need struct timeval */
+ #include <linux/compiler.h> /* need __user */
+ #else
+-#define __user
+ #include <sys/time.h>
+ #endif
+ #include <linux/ioctl.h>