summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pxaregs/pxaregs-1.14/i2c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/pxaregs/pxaregs-1.14/i2c.patch')
-rw-r--r--meta-oe/recipes-support/pxaregs/pxaregs-1.14/i2c.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pxaregs/pxaregs-1.14/i2c.patch b/meta-oe/recipes-support/pxaregs/pxaregs-1.14/i2c.patch
new file mode 100644
index 000000000..36983ec47
--- /dev/null
+++ b/meta-oe/recipes-support/pxaregs/pxaregs-1.14/i2c.patch
@@ -0,0 +1,15 @@
1Index: pxaregs-1.14/pxaregs.c
2===================================================================
3--- pxaregs-1.14.orig/pxaregs.c
4+++ pxaregs-1.14/pxaregs.c
5@@ -21,10 +21,6 @@
6 #include <fcntl.h>
7 #include <ctype.h>
8
9-#include <linux/i2c.h>
10-#include <linux/i2c-dev.h>
11-
12-
13 // fd for /dev/mem
14 static int fd = -1;
15