commit | cd6c7ea234dc8a8607283e056d8010b2bd3c6369 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Mar 29 00:04:39 2007 +0900 |
committer | Paul Mundt <lethal@hera.kernel.org> | Mon May 07 02:11:55 2007 +0000 |
tree | abcf26a22e77ba00c219151997101b9678fba3fc | |
parent | 0264f1603904dbee3196abc748a53fb0b23b8046 [diff] [blame] |
sh: Add a dummy SH-4 PCIC fixup. By default we don't have anything to fix up for the SH-4 PCIC, boards can overload this as necessary. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/drivers/pci/ops-sh4.c b/arch/sh/drivers/pci/ops-sh4.c index 2d437100..54232f1 100644 --- a/arch/sh/drivers/pci/ops-sh4.c +++ b/arch/sh/drivers/pci/ops-sh4.c
@@ -162,3 +162,9 @@ return str; } + +int __attribute__((weak)) pci_fixup_pcic(void) +{ + /* Nothing to do. */ + return 0; +}