projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
435f437
)
lantiq: add missing #include for the falcon i2c driver
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 13 Mar 2011 22:39:16 +0000
(22:39 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 13 Mar 2011 22:39:16 +0000
(22:39 +0000)
SVN-Revision: 26152
target/linux/lantiq/patches/910-falcon-i2c.patch
patch
|
blob
|
history
diff --git
a/target/linux/lantiq/patches/910-falcon-i2c.patch
b/target/linux/lantiq/patches/910-falcon-i2c.patch
index c83486dd20894f32235bc751ba0559cf1d370f0e..21d412506e33e114735f82bba1abddbe1ec8eed0 100644
(file)
--- a/
target/linux/lantiq/patches/910-falcon-i2c.patch
+++ b/
target/linux/lantiq/patches/910-falcon-i2c.patch
@@
-22,7
+22,7
@@
depends on ARCH_AT91 && EXPERIMENTAL && BROKEN
--- /dev/null
+++ b/drivers/i2c/busses/i2c-falcon.c
-@@ -0,0 +1,80
2
@@
+@@ -0,0 +1,80
3
@@
+/*
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
@@
-51,6
+51,7
@@
+#include <linux/io.h>
+#include <linux/clk.h>
+#include <linux/err.h>
++#include <linux/slab.h>
+
+/* CURRENT ISSUES:
+ * - no high speed support