Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91616
b: refs/heads/master
c: f13f4ca
h: refs/heads/master
v: v3
  • Loading branch information
Trent Piepho authored and Paul Mackerras committed Apr 18, 2008
1 parent f6c89eb commit 5bd55f3
Show file tree
Hide file tree
Showing 2 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: 49a99978849e86541c3bb789788f7f874a841935
refs/heads/master: f13f4ca8036516ca1b99a41f95f7dea7e4dce104
4 changes: 2 additions & 2 deletions trunk/include/asm-powerpc/pci-bridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ struct pci_controller {

#ifndef CONFIG_PPC64

static inline struct pci_controller *pci_bus_to_host(struct pci_bus *bus)
static inline struct pci_controller *pci_bus_to_host(const struct pci_bus *bus)
{
return bus->sysdata;
}
Expand Down Expand Up @@ -235,7 +235,7 @@ extern void pcibios_fixup_new_pci_devices(struct pci_bus *bus);

extern int pcibios_remove_root_bus(struct pci_controller *phb);

static inline struct pci_controller *pci_bus_to_host(struct pci_bus *bus)
static inline struct pci_controller *pci_bus_to_host(const struct pci_bus *bus)
{
struct device_node *busdn = bus->sysdata;

Expand Down

0 comments on commit 5bd55f3

Please sign in to comment.