Hello.
Domen Puncer wrote:
- I2C fixes from Jordan Crusoe
- add SMBUS functionality flags
Signed-off-by: Domen Puncer <domen.puncer@xxxxxxxx>
Index: linux-mailed/drivers/i2c/busses/i2c-au1550.c
===================================================================
--- linux-mailed.orig/drivers/i2c/busses/i2c-au1550.c
+++ linux-mailed/drivers/i2c/busses/i2c-au1550.c
@@ -35,7 +35,7 @@
#include <linux/i2c.h>
#include <asm/mach-au1x00/au1000.h>
<asm/mach-au1x00/au1xxx.h> also #include's that file, BTW. So, could be
omitted here...
-#include <asm/mach-pb1x00/pb1550.h>
+#include <asm/mach-au1x00/au1xxx.h>
#include <asm/mach-au1x00/au1xxx_psc.h>
#include "i2c-au1550.h"
WBR, Sergei