1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-09 11:31:56 +02:00

lantiq: add missing #include for the falcon i2c driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26152 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-03-13 22:39:16 +00:00
parent 14fa9abd6f
commit 1d9443bbc8

View File

@ -22,7 +22,7 @@
depends on ARCH_AT91 && EXPERIMENTAL && BROKEN depends on ARCH_AT91 && EXPERIMENTAL && BROKEN
--- /dev/null --- /dev/null
+++ b/drivers/i2c/busses/i2c-falcon.c +++ 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 + * 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 + * it under the terms of the GNU General Public License as published by
@ -51,6 +51,7 @@
+#include <linux/io.h> +#include <linux/io.h>
+#include <linux/clk.h> +#include <linux/clk.h>
+#include <linux/err.h> +#include <linux/err.h>
+#include <linux/slab.h>
+ +
+/* CURRENT ISSUES: +/* CURRENT ISSUES:
+ * - no high speed support + * - no high speed support