Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334338
b: refs/heads/master
c: 2eaaac5
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Oct 11, 2012
1 parent 3ec5e1d commit 901f4d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 3efd5a0db50157cb55cef9ea77ce1d470df61a80
refs/heads/master: 2eaaac508a7435dda92f9f16d612a1354ea3d7c4
3 changes: 2 additions & 1 deletion trunk/arch/mips/pci/fixup-malta.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
#define PCID 4

/* This table is filled in by interrogating the PIIX4 chip */
static char pci_irq[5] __initdata;
static char pci_irq[5] __devinitdata = {
};

static char irq_tab[][5] __initdata = {
/* INTA INTB INTC INTD */
Expand Down

0 comments on commit 901f4d3

Please sign in to comment.