diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 16:18:46 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 16:18:46 +0900 |
commit | 394b6d2fe624246e258a218dac68d44fe9a8411f (patch) | |
tree | 737172aaaa9a929a72f823216b3afe019a9fa997 /arch/sh/drivers | |
parent | a3c0e0d0032d5bbfd7dc04827a257c717d432a5b (diff) | |
download | kernel-crypto-394b6d2fe624246e258a218dac68d44fe9a8411f.tar.gz kernel-crypto-394b6d2fe624246e258a218dac68d44fe9a8411f.tar.xz kernel-crypto-394b6d2fe624246e258a218dac68d44fe9a8411f.zip |
sh: pci: Kill off unused pcibios_fixup().
This is left over cruft that hasn't been used by anything in a long time,
kill off bits that weren't purged previously.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/drivers')
-rw-r--r-- | arch/sh/drivers/pci/ops-snapgear.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/drivers/pci/ops-snapgear.c b/arch/sh/drivers/pci/ops-snapgear.c index dd2c5df2830..b64f2b91be8 100644 --- a/arch/sh/drivers/pci/ops-snapgear.c +++ b/arch/sh/drivers/pci/ops-snapgear.c @@ -85,8 +85,3 @@ int __init pcibios_map_platform_irq(struct pci_dev *pdev, u8 slot, u8 pin) return irq; } - -void __init pcibios_fixup(void) -{ - /* Nothing to fixup .. */ -} |