From: Paul Gortmaker Date: Fri, 22 Jul 2011 14:29:08 +0000 (-0400) Subject: arm: remove several unnecessary module.h include instances X-Git-Tag: v3.2-rc1~22^2~180 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d91ef63bd5ae52f642c0a0369d57671977508e3d;p=pandora-kernel.git arm: remove several unnecessary module.h include instances Building these files does not reveal a hidden need for any of these. Since module.h brings in the whole kitchen sink, it just needlessly adds 30k+ lines to the cpp burden. There are probably lots more, but ARM files of mach-* and plat-* don't get coverage via a simple yesconfig build. They will have to be cleaned up and tested via using their respective configs. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed