]> git.baikalelectronics.ru Git - kernel.git/commit
arm: Add moduleparam.h to arch/arm files as required
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 18 Sep 2011 18:50:33 +0000 (14:50 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:30:51 +0000 (19:30 -0400)
commitcb9092061443bf2d88ce1c0299f108531c9d0cff
treed2c124e15cf0d505f23c5872c2a08f7dcb9dde15
parentb79d48de79b9328db81d9e947615e6384575ffb0
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 <paul.gortmaker@windriver.com>
arch/arm/mach-pxa/colibri-pxa270.c