From: Paul Gortmaker Date: Sun, 18 Sep 2011 18:50:33 +0000 (-0400) Subject: arm: Add moduleparam.h to arch/arm files as required X-Git-Tag: v3.2-rc1~22^2~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a7a5dca0ba4f3a79089ddf5eb7d1abb74a41694;p=pandora-kernel.git arm: Add moduleparam.h to arch/arm files as required Things like module_param and core_param come from the header moduleparam.h -- these files were relying on the fact that module.h is implicitly present everywhere and it in turn includes the moduleparam header. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed