summaryrefslogtreecommitdiff
path: root/sound/usb/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/usb/proc.h')
0 files changed, 0 insertions, 0 deletions
gi/linux/net-next.git/tree/arch/arm64/mm/dump.c?id=764011ca8247808e066a182bcfe42a2b14c99a9a'>arch/arm64/mm/dump.c parentaa03c428e67881795f4190f9ffdb62fc14978608 (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 <mark.rutland@arm.com> Reported-by: Mark Brown <broonie@kernel.org> Acked-by: Steve Capper <steve.capper@linaro.org> Cc: Laura Abbott <lauraa@codeaurora.org> Cc: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/mm/dump.c')