sh: pci-sh7780: Fix up for PCI_DISABLE_MWI changes.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 26 May 2009 15:12:58 +0000 (00:12 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 26 May 2009 15:12:58 +0000 (00:12 +0900)
commit5582b0648de6248c67c0b47fa170e5fb15ab4bf1
tree49b71ae2716673e5e9b7f54212e73632ddd3ec35
parent464c9e10376b24f04402fa8ef72b66257561bffa
sh: pci-sh7780: Fix up for PCI_DISABLE_MWI changes.

This fixes a build error where references to pci_cache_line_size are
undefined, as this ceases to be exported when PCI_DISABLE_MWI is enabled,
as is now the default.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/drivers/pci/pci-sh7780.c