diff options
| author | Steve French <sfrench@us.ibm.com> | 2006-06-20 16:36:38 -0400 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2006-06-20 16:36:38 -0400 |
| commit | 75ba632a01d4dc70d0a0f3a92b5ec9b4a3644b2d (patch) | |
| tree | c2f02ee30609d0d69308b4ca80d68d02a5f85552 /arch/mips/pci/pci.c | |
| parent | 0fd1ffe0633b4b039b343b753598e6df435e034d (diff) | |
| parent | 25f42b6af09e34c3f92107b36b5aa6edc2fdba2f (diff) | |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'arch/mips/pci/pci.c')
| -rw-r--r-- | arch/mips/pci/pci.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/pci/pci.c b/arch/mips/pci/pci.c index 21402ffd7c98..4dfce154d4af 100644 --- a/arch/mips/pci/pci.c +++ b/arch/mips/pci/pci.c | |||
| @@ -76,11 +76,6 @@ pcibios_align_resource(void *data, struct resource *res, | |||
| 76 | res->start = start; | 76 | res->start = start; |
| 77 | } | 77 | } |
| 78 | 78 | ||
| 79 | struct pci_controller * __init alloc_pci_controller(void) | ||
| 80 | { | ||
| 81 | return alloc_bootmem(sizeof(struct pci_controller)); | ||
| 82 | } | ||
| 83 | |||
| 84 | void __init register_pci_controller(struct pci_controller *hose) | 79 | void __init register_pci_controller(struct pci_controller *hose) |
| 85 | { | 80 | { |
| 86 | *hose_tail = hose; | 81 | *hose_tail = hose; |
