diff options
author | Simon Vogl <vogl@soft.uni-linz.ac.at> | 2007-09-03 13:34:06 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-09-03 13:34:06 +0000 |
commit | f99e73c4e06910002979b0df3336d4b1941444bf (patch) | |
tree | efe4f433c4593a8d614c1a364e7f6325ba8ad74a /packages/pxaregs/pxaregs-1.14/i2c.patch | |
parent | 091e7119a47782b211bef02523e651385d711620 (diff) |
pxaregs: added 1.14 - close #2915
Diffstat (limited to 'packages/pxaregs/pxaregs-1.14/i2c.patch')
-rw-r--r-- | packages/pxaregs/pxaregs-1.14/i2c.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/pxaregs/pxaregs-1.14/i2c.patch b/packages/pxaregs/pxaregs-1.14/i2c.patch new file mode 100644 index 0000000000..36983ec479 --- /dev/null +++ b/packages/pxaregs/pxaregs-1.14/i2c.patch @@ -0,0 +1,15 @@ +Index: pxaregs-1.14/pxaregs.c +=================================================================== +--- pxaregs-1.14.orig/pxaregs.c ++++ pxaregs-1.14/pxaregs.c +@@ -21,10 +21,6 @@ + #include <fcntl.h> + #include <ctype.h> + +-#include <linux/i2c.h> +-#include <linux/i2c-dev.h> +- +- + // fd for /dev/mem + static int fd = -1; + |