]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
sections: fix section conflicts in arch/mips
authorAndi Kleen <ak@linux.intel.com>
Fri, 28 Sep 2012 00:20:03 +0000 (10:20 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Oct 2012 06:50:35 +0000 (16:50 +1000)
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/mips/bcm63xx/boards/board_bcm963xx.c
arch/mips/pci/pci-octeon.c

index 442ba96d40046d4a81de5d6744d2a78d03db6175..1cd4d73f23c77529e2bce3aea1502c27400aae0a 100644 (file)
@@ -639,7 +639,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
index c5dfb2c87d44d480d8a35708a13ae6dfa003b068..4b0c347d7a8241d1279a11efc84c873ee2a85650 100644 (file)
@@ -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;