From: Russell King Date: Sat, 14 Jan 2012 16:10:53 +0000 (+0000) Subject: ARM: sa11x0: assabet: fix build warning X-Git-Tag: v3.3-rc1~40^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a61c2332f8e1939cd4984b63cab641b2366eb428;p=pandora-kernel.git ARM: sa11x0: assabet: fix build warning Since a32618d2 (ARM: pgtable: switch to use pgtable-nopud.h), assabet warns as follows: arch/arm/mach-sa1100/assabet.c: In function 'map_sa1100_gpio_regs': arch/arm/mach-sa1100/assabet.c:264: warning: passing argument 1 of 'pmd_offset' from incompatible pointer type Fix this by adding the necessary pud_offset() macro. Signed-off-by: Russell King --- Reading git-diff-tree failed