From: Uwe Kleine-König Date: Mon, 4 Apr 2011 14:23:20 +0000 (+0200) Subject: ARM: imx: remove #includes already available from devices-common.h X-Git-Tag: v3.0-rc1~328^2^2~2^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4bf03d8b7fbd3e2d38d895a89c53df039976fd0;p=pandora-kernel.git ARM: imx: remove #includes already available from devices-common.h Most machine files include "devices-imxXX.h" which in turn includes . The latter already includes many headers that the machine files don't need to include again. These were found by: $ grep \#include arch/arm/plat-mxc/include/mach/devices-common.h > tmpfile $ git grep -l 'devices-imx' arch/arm | xargs grep -f tmpfile -F (but I kept linux/init.h, linux/kernel.h and linux/platform_device.h) LAKML-Reference: 1298912674-15153-2-git-send-email-u.kleine-koenig@pengutronix.de Signed-off-by: Uwe Kleine-König Signed-off-by: Sascha Hauer --- Reading git-diff-tree failed