projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee7c0fc
)
soft_i2c: add necessary includes for AVR32
author
Andreas Bießmann
<biessmann@corscience.de>
Thu, 10 Feb 2011 00:30:04 +0000
(
00:30
+0000)
committer
Tom Rini
<trini@ti.com>
Tue, 11 Dec 2012 20:17:29 +0000
(13:17 -0700)
Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
drivers/i2c/soft_i2c.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/soft_i2c.c
b/drivers/i2c/soft_i2c.c
index 1595c0714a825efaca42f8210de6b41bc6b5ee6f..ae3c57392b8d011bcd36d862e3c062b751920b0f 100644
(file)
--- a/
drivers/i2c/soft_i2c.c
+++ b/
drivers/i2c/soft_i2c.c
@@
-30,6
+30,9
@@
#include <ioports.h>
#include <asm/io.h>
#endif
+#if defined(CONFIG_AVR32)
+#include <asm/arch/portmux.h>
+#endif
#if defined(CONFIG_AT91FAMILY)
#include <asm/io.h>
#include <asm/arch/hardware.h>