From: Paul Walmsley Date: Fri, 25 Feb 2011 22:54:33 +0000 (-0700) Subject: OMAP: smartreflex: move plat/smartreflex.h to mach-omap2/smartreflex.h X-Git-Tag: v2.6.39-rc1~432^2~10^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7328ff4d72401835fa1aadfb9e574a2133bd952b;p=pandora-kernel.git OMAP: smartreflex: move plat/smartreflex.h to mach-omap2/smartreflex.h There's no reason for this header file to be in plat-omap/include/plat/smartreflex.h. The hardware devices are in OMAP2+ SoCs only. Leaving this header file in plat-omap causes problems due to cross-dependencies with other header files that should live in mach-omap2/. Thanks to Benoît Cousson for suggesting the removal of the smartreflex.h include from the OMAP3xxx hwmod data. Signed-off-by: Paul Walmsley Cc: Benoît Cousson --- Reading git-diff-tree failed