Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330034
b: refs/heads/master
c: 3cf5ae6
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Oct 5, 2012
1 parent 4f810f3 commit 3d12af5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: dd47a8bd6e43e3112ea0fa89994b91c433d130c2
refs/heads/master: 3cf5ae6e64507541ce00893e6459da3ef3d4fd6b
2 changes: 1 addition & 1 deletion trunk/arch/mips/bcm63xx/boards/board_bcm963xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ static struct board_info __initdata board_DWVS0 = {
/*
* all boards
*/
static const struct board_info __initdata *bcm963xx_boards[] = {
static const struct board_info __initconst *bcm963xx_boards[] = {
#ifdef CONFIG_BCM63XX_CPU_6328
&board_96328avng,
#endif
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/pci/pci-octeon.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ union octeon_pci_address {
} s;
};

int __initdata (*octeon_pcibios_map_irq)(const struct pci_dev *dev,
int __initconst (*octeon_pcibios_map_irq)(const struct pci_dev *dev,
u8 slot, u8 pin);
enum octeon_dma_bar_type octeon_dma_bar_type = OCTEON_DMA_BAR_TYPE_INVALID;

Expand Down

0 comments on commit 3d12af5

Please sign in to comment.