From: Tony Lindgren Date: Tue, 30 Oct 2012 17:33:24 +0000 (-0700) Subject: ARM: OMAP: Fix relative includes for shared i2c.h file X-Git-Tag: omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3-signed~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01480bad0a91413e92077067e38e82ade78dc88a;p=pandora-kernel.git ARM: OMAP: Fix relative includes for shared i2c.h file As discussed on linux-arm-kernel, we want to avoid relative includes for the arch/arm/*omap* shared code: http://www.spinics.net/lists/linux-omap/msg80520.html To fix this for the shared i2c.h, let's re-introduce a minimal plat/i2c.h. Note that drivers must not use this header as it will break build for omap2+ CONFIG_MULTIPLATFORM builds. Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed