Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge master.kernel.org:/home/rmk/linux-2.6-arm

* master.kernel.org:/home/rmk/linux-2.6-arm:
[ARM] Resolve PCI section warnings

+2 -2
+2 -2
arch/arm/kernel/bios32.c
··· 338 338 * pcibios_fixup_bus - Called after each bus is probed, 339 339 * but before its children are examined. 340 340 */ 341 - void __devinit pcibios_fixup_bus(struct pci_bus *bus) 341 + void pcibios_fixup_bus(struct pci_bus *bus) 342 342 { 343 343 struct pci_sys_data *root = bus->sysdata; 344 344 struct pci_dev *dev; ··· 419 419 /* 420 420 * Convert from Linux-centric to bus-centric addresses for bridge devices. 421 421 */ 422 - void __devinit 422 + void 423 423 pcibios_resource_to_bus(struct pci_dev *dev, struct pci_bus_region *region, 424 424 struct resource *res) 425 425 {