From mboxrd@z Thu Jan 1 00:00:00 1970 From: green@linuxhacker.ru (Oleg Drokin) Date: Wed, 4 May 2011 12:02:57 -0400 Subject: [PATCH] omap: fix build when MTD_NAND_OMAP2 and TOUCHSCREEN_ADS7846 are disabled In-Reply-To: <1304515622-25113-1-git-send-email-mike@compulab.co.il> References: <1304515622-25113-1-git-send-email-mike@compulab.co.il> Message-ID: <53A11D3C-4DBA-4772-AF14-3590772F6AA1@linuxhacker.ru> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello! On May 4, 2011, at 9:27 AM, Mike Rapoport wrote: > Commits 5e6a64b36ce346b7a2d481ef9fa315290eb28e5e (omap: move detection of > NAND CS to common-board-devices) and 96974a249b0cf3537f49115a59be67e2c54f315c > (omap: consolidate touch screen initialization among different boards) > break compilation when CONFIG_MTD_NAND_OMAP2 and > CONFIG_TOUCHSCREEN_ADS7846 are not selected. > Removing ifdefs and stubs from common-board-devices.h fixes the problem. Works for me. Bye, Oleg