aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSteve Capper <steve.capper@linaro.org>2014-10-17 15:27:38 +0100
committerCatalin Marinas <catalin.marinas@arm.com>2014-10-20 17:47:02 +0100
commitc0260ba906c4dfbcccd6414c3e2c0e73a7d7e35a (patch)
tree0afa6a7b4183036d6d8ad6b2ee60d21c9288fbda /drivers
parentarm64: compat: fix compat types affecting struct compat_elf_prpsinfo (diff)
downloadlinux-dev-c0260ba906c4dfbcccd6414c3e2c0e73a7d7e35a.tar.xz
linux-dev-c0260ba906c4dfbcccd6414c3e2c0e73a7d7e35a.zip
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 <steve.capper@linaro.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions