summaryrefslogtreecommitdiffstats
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)
downloadpoky-8e466ad34b11fea6003489e1c8875042d991b5a7.tar.gz
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 0000000000..a77ff3c62f
--- /dev/null
+++ b/meta/packages/linux/linux-moblin-2.6.27-rc1/0011_workaround_unidef_step.patch
@@ -0,0 +1,10 @@
1--- linux.trees.git/include/linux/videodev2.h.org 2008-08-15 16:31:03.000000000 -0700
2+++ linux.trees.git/include/linux/videodev2.h 2008-08-15 16:31:11.000000000 -0700
3@@ -59,7 +59,6 @@
4 #include <linux/time.h> /* need struct timeval */
5 #include <linux/compiler.h> /* need __user */
6 #else
7-#define __user
8 #include <sys/time.h>
9 #endif
10 #include <linux/ioctl.h>