diff options
Diffstat (limited to 'board/sandburst/common/ppc440gx_i2c.c')
-rw-r--r-- | board/sandburst/common/ppc440gx_i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sandburst/common/ppc440gx_i2c.c b/board/sandburst/common/ppc440gx_i2c.c index 35c4e60b5ac..dbc0cee7588 100644 --- a/board/sandburst/common/ppc440gx_i2c.c +++ b/board/sandburst/common/ppc440gx_i2c.c @@ -31,7 +31,7 @@ #include <i2c.h> #include <command.h> #include "ppc440gx_i2c.h" -#include <asm-ppc/io.h> +#include <asm/io.h> #ifdef CONFIG_I2C_BUS1 |