From: Felix Fietkau Date: Sun, 13 Mar 2011 22:39:16 +0000 (+0000) Subject: lantiq: add missing #include for the falcon i2c driver X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=471b14a4871cd3261e13bf064f8655a90a2ecdc9 lantiq: add missing #include for the falcon i2c driver SVN-Revision: 26152 --- 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 +#include +#include ++#include + +/* CURRENT ISSUES: + * - no high speed support