Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56020
b: refs/heads/master
c: 44320f2
h: refs/heads/master
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed May 11, 2007
1 parent e523090 commit 1954608
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: f009bbf10fe2321a536b4bd922fc8d070ebe27fd
refs/heads/master: 44320f2bcbc05c3f4d62fcdd06fe440d9a803ce0
4 changes: 1 addition & 3 deletions trunk/arch/mips/pci/fixup-cobalt.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
#include <asm/io.h>
#include <asm/gt64120.h>

#include <asm/mach-cobalt/cobalt.h>

extern int cobalt_board_id;
#include <cobalt.h>

static void qube_raq_galileo_early_fixup(struct pci_dev *dev)
{
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-mips/mach-cobalt/cobalt.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
#define COBALT_BRD_ID_QUBE2 0x5
#define COBALT_BRD_ID_RAQ2 0x6

extern int cobalt_board_id;

#define PCI_CFG_SET(devfn,where) \
GT_WRITE(GT_PCI0_CFGADDR_OFS, (0x80000000 | (PCI_SLOT (devfn) << 11) | \
(PCI_FUNC (devfn) << 8) | (where)))
Expand Down

0 comments on commit 1954608

Please sign in to comment.