diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-13 22:39:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-13 22:39:16 +0000 |
commit | 1faf243c739106f5e07967608007b342b73c6f7b (patch) | |
tree | 6994f701a63d5973f0f01102667d778b90ae3e75 /target | |
parent | 435f4374a43e269de26d7ea36aa6a89bd1ae6f7a (diff) | |
download | upstream-1faf243c739106f5e07967608007b342b73c6f7b.tar.gz upstream-1faf243c739106f5e07967608007b342b73c6f7b.tar.bz2 upstream-1faf243c739106f5e07967608007b342b73c6f7b.zip |
lantiq: add missing #include for the falcon i2c driver
SVN-Revision: 26152
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/patches/910-falcon-i2c.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/lantiq/patches/910-falcon-i2c.patch b/target/linux/lantiq/patches/910-falcon-i2c.patch index c83486dd20..21d412506e 100644 --- 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,802 @@ +@@ -0,0 +1,803 @@ +/* + * 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 |