From: Paul Gortmaker Date: Sun, 31 Jul 2011 22:38:45 +0000 (-0400) Subject: arm: fix implicit use of page.h in several arch/arm files X-Git-Tag: v3.2-rc1~22^2~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e54d33fbfc6ef120b86ab1e6181763ecc44eb98;p=pandora-kernel.git arm: fix implicit use of page.h in several arch/arm files Add the include to fix things like this: arch/arm/mach-sa1100/jornada720.c:278: error: 'PAGE_SHIFT' undeclared here (not in a function) arch/arm/mach-bcmring/mm.c:32: error: 'PAGE_SHIFT' undeclared here (not in a function) arch/arm/mach-sa1100/collie.c:361: error: 'PAGE_SHIFT' undeclared here (not in a function) Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed