x86: Add iommu_init to x86_init_ops, fix build
authorIngo Molnar <mingo@elte.hu>
Tue, 10 Nov 2009 13:37:58 +0000 (14:37 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 10 Nov 2009 13:37:58 +0000 (14:37 +0100)
commitb4941a9a606f0131559cc040b64e8437ac7b32c5
tree8ae1ec6a7e124135bed99fb4fb8525afce1f3833
parent72d03802b8b5c841ab1da82bff0652628cbadf60
x86: Add iommu_init to x86_init_ops, fix build

Most of the time x86_init.h is included in pci-dma.c - but not always,
leading to this rare build failure:

arch/x86/kernel/pci-dma.c:296: error: 'x86_init' undeclared (first use in this function)

So include asm/x86_init.h explicitly.

Cc: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: chrisw@sous-sol.org
Cc: dwmw2@infradead.org
Cc: joerg.roedel@amd.com
Cc: muli@il.ibm.com
LKML-Reference: <1257849980-22640-2-git-send-email-fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/pci-dma.c
This page took 0.024843 seconds and 5 git commands to generate.