The nsa310 board uses I2C_BOARD_INFO and i2c_register_board_info(), both of which are defined in the linux/i2c.h header file.
Signed-off-by: Thierry Reding <thierry.red...@avionic-design.de> --- arch/arm/mach-kirkwood/board-nsa310.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-kirkwood/board-nsa310.c b/arch/arm/mach-kirkwood/board-nsa310.c index 61c4b18..970174a 100644 --- a/arch/arm/mach-kirkwood/board-nsa310.c +++ b/arch/arm/mach-kirkwood/board-nsa310.c @@ -11,6 +11,7 @@ #include <linux/kernel.h> #include <linux/init.h> #include <linux/gpio.h> +#include <linux/i2c.h> #include <mach/kirkwood.h> #include <linux/of.h> #include "common.h" -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/