Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114656
b: refs/heads/master
c: 7b6b574
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Oct 14, 2008
1 parent 34d2d6d commit d3552c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b556151110ff003ce77d84597400c84824690ccf
refs/heads/master: 7b6b574ca7d5d5ba6ae7155c1fb877cc7130eff7
6 changes: 6 additions & 0 deletions trunk/arch/powerpc/kernel/pci_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ LIST_HEAD(hose_list);

static int pci_bus_count;

/* This will remain NULL for now, until isa-bridge.c is made common
* to both 32-bit and 64-bit.
*/
struct pci_dev *isa_bridge_pcidev;
EXPORT_SYMBOL_GPL(isa_bridge_pcidev);

static void
fixup_hide_host_resource_fsl(struct pci_dev *dev)
{
Expand Down

0 comments on commit d3552c8

Please sign in to comment.