• Uwe Kleine-König's avatar
    imx: remove unneeded include of mach/hardware.h · 46311661
    Uwe Kleine-König authored
    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: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
    Cc: Sascha Hauer <kernel@pengutronix.de>
    Cc: Russell King <linux@arm.linux.org.uk>
    Cc: Jörg Knobloch <knobloch@incostartec.com>
    Cc: Alan Carvalho de Assis <acassis@gmail.com>
    Cc: Daniel Mack <daniel@caiaq.de>
    Cc: Dmitriy Taychenachev <dimichxp@gmail.com>
    46311661
uncompress.h 2.84 KB