diff options
author | Mark Rutland <[email protected]> | 2015-01-22 18:20:36 +0000 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2015-01-23 14:14:02 +0000 |
commit | 764011ca8247808e066a182bcfe42a2b14c99a9a (patch) | |
tree | b22db9f8083b1e757696b19b1bcfc76e13703c7b /fs/jbd/commit.c | |
parent | aa03c428e67881795f4190f9ffdb62fc14978608 (diff) |
arm64: mm: dump: add missing includes
The arm64 dump code is currently relying on some definitions which are
pulled in via transitive dependencies. It seems we have implicit
dependencies on the following definitions:
* MODULES_VADDR (asm/memory.h)
* MODULES_END (asm/memory.h)
* PAGE_OFFSET (asm/memory.h)
* PTE_* (asm/pgtable-hwdef.h)
* ENOMEM (linux/errno.h)
* device_initcall (linux/init.h)
This patch ensures we explicitly include the relevant headers for the
above items, fixing the observed build issue and hopefully preventing
future issues as headers are refactored.
Signed-off-by: Mark Rutland <[email protected]>
Reported-by: Mark Brown <[email protected]>
Acked-by: Steve Capper <[email protected]>
Cc: Laura Abbott <[email protected]>
Cc: Will Deacon <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions