diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/bcm63xx/boards/board_bcm963xx.c | 2 | ||||
-rw-r--r-- | arch/mips/pci/pci-octeon.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/bcm63xx/boards/board_bcm963xx.c b/arch/mips/bcm63xx/boards/board_bcm963xx.c index feb05258a4d1..dd18e4b761a8 100644 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c | |||
@@ -632,7 +632,7 @@ static struct board_info __initdata board_DWVS0 = { | |||
632 | /* | 632 | /* |
633 | * all boards | 633 | * all boards |
634 | */ | 634 | */ |
635 | static const struct board_info __initdata *bcm963xx_boards[] = { | 635 | static const struct board_info __initconst *bcm963xx_boards[] = { |
636 | #ifdef CONFIG_BCM63XX_CPU_6328 | 636 | #ifdef CONFIG_BCM63XX_CPU_6328 |
637 | &board_96328avng, | 637 | &board_96328avng, |
638 | #endif | 638 | #endif |
diff --git a/arch/mips/pci/pci-octeon.c b/arch/mips/pci/pci-octeon.c index c5dfb2c87d44..4b0c347d7a82 100644 --- a/arch/mips/pci/pci-octeon.c +++ b/arch/mips/pci/pci-octeon.c | |||
@@ -58,7 +58,7 @@ union octeon_pci_address { | |||
58 | } s; | 58 | } s; |
59 | }; | 59 | }; |
60 | 60 | ||
61 | int __initdata (*octeon_pcibios_map_irq)(const struct pci_dev *dev, | 61 | int __initconst (*octeon_pcibios_map_irq)(const struct pci_dev *dev, |
62 | u8 slot, u8 pin); | 62 | u8 slot, u8 pin); |
63 | enum octeon_dma_bar_type octeon_dma_bar_type = OCTEON_DMA_BAR_TYPE_INVALID; | 63 | enum octeon_dma_bar_type octeon_dma_bar_type = OCTEON_DMA_BAR_TYPE_INVALID; |
64 | 64 | ||