From: Uwe Kleine-König Date: Fri, 8 Jan 2010 11:29:11 +0000 (+0100) Subject: imx: remove unneeded include of mach/hardware.h X-Git-Tag: v2.6.34-rc2~66^2~5^2~56^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4631166124d928d3e9372a57b1477ce6335332c5;p=pandora-kernel.git imx: remove unneeded include of mach/hardware.h This include isn't needed and hurts when defining static inline functions in mach/hardware.h (or files included by mach/hardware.h). The reason is that the consumers of mach/uncompress.h are compiled using -Dstatic= so the code for all inline function is included in e.g. arch/arm/boot/compressed/misc.o. Signed-off-by: Uwe Kleine-König Cc: Sascha Hauer Cc: Russell King Cc: Jörg Knobloch Cc: Alan Carvalho de Assis Cc: Daniel Mack Cc: Dmitriy Taychenachev --- Reading git-diff-tree failed