lantiq: add missing #include for the falcon i2c driver
SVN-Revision: 26152
This commit is contained in:
parent
435f4374a4
commit
1faf243c73
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue