patch-2.3.47 linux/arch/alpha/kernel/pci.c
Next file: linux/arch/alpha/kernel/pci_iommu.c
Previous file: linux/arch/alpha/kernel/irq_impl.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Sun Feb 20 08:13:56 2000
- Orig file:
v2.3.46/linux/arch/alpha/kernel/pci.c
- Orig date:
Thu Feb 10 17:11:02 2000
diff -u --recursive --new-file v2.3.46/linux/arch/alpha/kernel/pci.c linux/arch/alpha/kernel/pci.c
@@ -109,7 +109,7 @@
void
pcibios_align_resource(void *data, struct resource *res, unsigned long size)
{
- struct pci_dev * dev = data;
+ struct pci_dev *dev = data;
unsigned long alignto;
unsigned long start = res->start;
@@ -325,10 +325,10 @@
ranges->mem_end -= bus->resource[1]->start;
}
-int __init
+int
pcibios_enable_device(struct pci_dev *dev)
{
- /* Not needed, since we enable all devices at startup. */
+ /* Nothing to do, since we enable all devices at startup. */
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)