Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360082
b: refs/heads/master
c: 15b6dcb
h: refs/heads/master
v: v3
  • Loading branch information
Gabor Juhos authored and John Crispin committed Feb 17, 2013
1 parent 4d33b63 commit 0e8b4ed
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 222831787704c9ad9215f6b56f975b233968607c
refs/heads/master: 15b6dcba427d70e61667c28b45e3f090ff00acb1
5 changes: 5 additions & 0 deletions trunk/arch/mips/include/asm/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,13 @@ static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel)

extern char * (*pcibios_plat_setup)(char *str);

#ifdef CONFIG_OF
/* this function parses memory ranges from a device node */
extern void pci_load_of_ranges(struct pci_controller *hose,
struct device_node *node);
#else
static inline void pci_load_of_ranges(struct pci_controller *hose,
struct device_node *node) {}
#endif

#endif /* _ASM_PCI_H */

0 comments on commit 0e8b4ed

Please sign in to comment.