eukrea_mbimx27-baseboard: fix compile when CONFIG_SPI_IMX is disabled
authorEric Bénard <eric@eukrea.com>
Mon, 19 Jul 2010 07:45:17 +0000 (09:45 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Mon, 26 Jul 2010 13:05:20 +0000 (15:05 +0200)
commit5055d1efc0cb4bd612c78af8fa61316ae49755a9
treef27764f9adfdb7e04c7f305ed40e776ce5af5088
parent7a2bb23c149e9f093b2b83c16c25991e32ef4ec3
eukrea_mbimx27-baseboard: fix compile when CONFIG_SPI_IMX is disabled

the i2c_board_info structure landed into the SPI #if/#endif
which is wrong.

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-imx/eukrea_mbimx27-baseboard.c