diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-16 09:28:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-16 09:28:58 +0100 |
commit | ca2a76f692c0c7021a1bceaf38a40a5920b91edd (patch) | |
tree | 3bd4c043643c2d6a16f27d7dfdbc2f4e6faa6c92 /target/linux/patches/3.11.10 | |
parent | 2a2b076cc5af5a86e5527a12efefa8c6d7ef0c42 (diff) | |
parent | 69d9bac9dad423e4cabf7bfa97a7765e4c442104 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/patches/3.11.10')
-rw-r--r-- | target/linux/patches/3.11.10/cris-etrax.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/patches/3.11.10/cris-etrax.patch b/target/linux/patches/3.11.10/cris-etrax.patch deleted file mode 100644 index a80d9a8b8..000000000 --- a/target/linux/patches/3.11.10/cris-etrax.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur linux-2.6.39.orig/arch/cris/arch-v32/drivers/i2c.h linux-2.6.39/arch/cris/arch-v32/drivers/i2c.h ---- linux-2.6.39.orig/arch/cris/arch-v32/drivers/i2c.h 2011-05-19 06:06:34.000000000 +0200 -+++ linux-2.6.39/arch/cris/arch-v32/drivers/i2c.h 2011-08-24 19:15:05.000000000 +0200 -@@ -2,7 +2,7 @@ - #include <linux/init.h> - - /* High level I2C actions */ --int __init i2c_init(void); -+static int __init i2c_init(void); - int i2c_write(unsigned char theSlave, void *data, size_t nbytes); - int i2c_read(unsigned char theSlave, void *data, size_t nbytes); - int i2c_writereg(unsigned char theSlave, unsigned char theReg, unsigned char theValue); |