Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139335
b: refs/heads/master
c: c48f167
h: refs/heads/master
i:
  139333: d5942d1
  139331: 6de941a
  139327: f297020
v: v3
  • Loading branch information
akpm@linux-foundation.org authored and Jesse Barnes committed Mar 20, 2009
1 parent 3c34c24 commit bd64ffd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b5fbf53324f65646154e172af350674d5a2a1629
refs/heads/master: c48f1670f42b71f39f4a3bfba01ffb691cc9206c
2 changes: 1 addition & 1 deletion trunk/drivers/pci/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ int pci_bus_add_child(struct pci_bus *bus)
*
* Call hotplug for each new devices.
*/
void pci_bus_add_devices(struct pci_bus *bus)
void pci_bus_add_devices(const struct pci_bus *bus)
{
struct pci_dev *dev;
struct pci_bus *child;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ void pcibios_update_irq(struct pci_dev *, int irq);
/* Generic PCI functions used internally */

extern struct pci_bus *pci_find_bus(int domain, int busnr);
void pci_bus_add_devices(struct pci_bus *bus);
void pci_bus_add_devices(const struct pci_bus *bus);
struct pci_bus *pci_scan_bus_parented(struct device *parent, int bus,
struct pci_ops *ops, void *sysdata);
static inline struct pci_bus * __devinit pci_scan_bus(int bus, struct pci_ops *ops,
Expand Down

0 comments on commit bd64ffd

Please sign in to comment.