]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ARM: shmobile: Make r8a7779 INTC irqpin platform data static
authorMagnus Damm <damm@opensource.se>
Wed, 6 Mar 2013 06:10:06 +0000 (15:10 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 18 Mar 2013 12:26:06 +0000 (21:26 +0900)
The platform data for the INTC irq pin driver
seems to be global symbols, make it static to
allow multi-soc build.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/intc-r8a7779.c

index fb0363ca46350ed13172232eb72e3296e57d9ec4..b86dc8908724f3cb38a651897623b021aeb37c28 100644 (file)
@@ -42,7 +42,7 @@
 #define INT2NTSR0 IOMEM(0xfe700060)
 #define INT2NTSR1 IOMEM(0xfe700064)
 
-struct renesas_intc_irqpin_config irqpin0_platform_data = {
+static struct renesas_intc_irqpin_config irqpin0_platform_data = {
        .irq_base = irq_pin(0), /* IRQ0 -> IRQ3 */
        .sense_bitfield_width = 2,
 };