[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1335270976-5553-1-git-send-email-tartler@cs.fau.de>
Date: Tue, 24 Apr 2012 14:36:16 +0200
From: Reinhard Tartler <tartler@...fau.de>
To: Russell King <linux@....linux.org.uk>
Cc: Reinhard Tartler <siretart@...ware.de>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
vamos-dev@...ts.cs.fau.de, Reinhard Tartler <tartler@...fau.de>
Subject: [PATCH] ARM: mach-iop13xx: fix parameter declaration of iq81340sc_atux_map_irq
From: Reinhard Tartler <siretart@...ware.de>
Fixes the following compiler warning:
arch/arm/mach-iop13xx/iq81340sc.c:63: warning: initialization from incompatible pointer type | warning: (near initialization for ‘iq81340sc_pci.map_irq’)
Signed-off-by: Reinhard Tartler <tartler@...fau.de>
---
arch/arm/mach-iop13xx/iq81340sc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-iop13xx/iq81340sc.c b/arch/arm/mach-iop13xx/iq81340sc.c
index cd9e274..70e8db0 100644
--- a/arch/arm/mach-iop13xx/iq81340sc.c
+++ b/arch/arm/mach-iop13xx/iq81340sc.c
@@ -30,7 +30,7 @@
extern int init_atu;
static int __init
-iq81340sc_atux_map_irq(struct pci_dev *dev, u8 idsel, u8 pin)
+iq81340sc_atux_map_irq(const struct pci_dev *dev, u8 idsel, u8 pin)
{
WARN_ON(idsel < 1 || idsel > 2);
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists