From: Steve Capper Date: Fri, 17 Oct 2014 14:27:38 +0000 (+0100) Subject: arm64: mm: Correct fixmap pagetable types X-Git-Tag: fixes-against-v3.18-rc2~7^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0260ba906c4dfbcccd6414c3e2c0e73a7d7e35a;p=pandora-kernel.git arm64: mm: Correct fixmap pagetable types Compiling with STRICT_MM_TYPECHECKS gives the following arch/arm64/mm/ioremap.c: In function ‘early_ioremap_init’: arch/arm64/mm/ioremap.c:152:2: warning: passing argument 3 of ‘pud_populate’ from incompatible pointer type pud_populate(&init_mm, pud, bm_pmd); The data types for bm_pmd and bm_pud are incorrectly set to pte_t. This patch corrects these types. Signed-off-by: Steve Capper Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed