diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-13 22:39:16 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-13 22:39:16 +0000 |
commit | 1d9443bbc8b68d8f1c8be3f43211976446656e86 (patch) | |
tree | 6d9b76395ff4e15977cb34e212ee605a4b0274a1 /target/linux/lantiq/patches/910-falcon-i2c.patch | |
parent | 14fa9abd6f0311f7383d03f2c6df5df8bd945467 (diff) |
lantiq: add missing #include for the falcon i2c driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26152 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches/910-falcon-i2c.patch')
-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 |