patch-2.4.3 linux/arch/alpha/kernel/core_apecs.c
Next file: linux/arch/alpha/kernel/core_cia.c
Previous file: linux/arch/alpha/kernel/console.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Fri Mar 2 11:12:07 2001
- Orig file:
v2.4.2/linux/arch/alpha/kernel/core_apecs.c
- Orig date:
Tue Mar 21 10:46:21 2000
diff -u --recursive --new-file v2.4.2/linux/arch/alpha/kernel/core_apecs.c linux/arch/alpha/kernel/core_apecs.c
@@ -357,7 +357,7 @@
};
void
-apecs_pci_tbi(struct pci_controler *hose, dma_addr_t start, dma_addr_t end)
+apecs_pci_tbi(struct pci_controller *hose, dma_addr_t start, dma_addr_t end)
{
wmb();
*(vip)APECS_IOC_TBIA = 0;
@@ -367,13 +367,13 @@
void __init
apecs_init_arch(void)
{
- struct pci_controler *hose;
+ struct pci_controller *hose;
/*
* Create our single hose.
*/
- pci_isa_hose = hose = alloc_pci_controler();
+ pci_isa_hose = hose = alloc_pci_controller();
hose->io_space = &ioport_resource;
hose->mem_space = &iomem_resource;
hose->index = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)