diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-09-07 02:29:57 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-09-27 13:37:52 +0100 |
commit | da79e827d4164ba1b961b62774800a8a52a3b6e4 (patch) | |
tree | a74fd08a1556f598cc7572e6c4715fea0c46e64e /arch | |
parent | 9dbd7b9142e95867ee8a56da5d45c72884c107d3 (diff) |
[MIPS] IP27: Delete useless declaration of allocate_irqno().
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/pci/pci-ip27.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/pci/pci-ip27.c b/arch/mips/pci/pci-ip27.c index 80eb9af9ecd..405ce015273 100644 --- a/arch/mips/pci/pci-ip27.c +++ b/arch/mips/pci/pci-ip27.c @@ -16,8 +16,6 @@ #include <asm/sn/intr.h> #include <asm/sn/sn0/hub.h> -extern unsigned int allocate_irqno(void); - /* * Max #PCI busses we can handle; ie, max #PCI bridges. */ |