Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106624
b: refs/heads/master
c: dd438e7
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jul 26, 2008
1 parent 6c98fc9 commit 289078a
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 0c65f459ce6c8bd873a61b3ae1e57858ab1debf3
refs/heads/master: dd438e77f01d024919a8ae81d0cf2e4c6cda79cc
8 changes: 8 additions & 0 deletions trunk/include/asm-arm/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ pcibios_select_root(struct pci_dev *pdev, struct resource *res)
return root;
}

/*
* Dummy implementation; always return 0.
*/
static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel)
{
return 0;
}

#endif /* __KERNEL__ */

#endif

0 comments on commit 289078a

Please sign in to comment.