ARM: 6058/1: Add support for PCI domains
authorAnton Vorontsov <cbouatmailru@gmail.com>
Mon, 19 Apr 2010 12:20:49 +0000 (13:20 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 22 Apr 2010 20:38:11 +0000 (21:38 +0100)
This patch adds support for PCI domains on ARM platforms.

Also, protect asm/mach/pci.h from multiple inclustions, otherwise
build fails because of pci_domain_nr() and pci_proc_domain()
redefinitions.

Signed-off-by: Anton Vorontsov <avorontsov@mvista.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found