[PATCH] ppc: removed unused variable i from code.
authorOtavio Salvador <otavio@debian.org>
Sat, 3 Dec 2005 18:42:25 +0000 (16:42 -0200)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 03:51:37 +0000 (14:51 +1100)
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/platforms/chrp_setup.c
arch/ppc/platforms/prep_setup.c

index f1b70ab3c6fd892a34ef182427e32e63e0c52c2b..056ac2a7b5c15bc0bebc2dcd4fbf903284910363 100644 (file)
@@ -404,7 +404,6 @@ static struct irqaction xmon_irqaction = {
 void __init chrp_init_IRQ(void)
 {
        struct device_node *np;
-       int i;
        unsigned long chrp_int_ack = 0;
        unsigned char init_senses[NR_IRQS - NUM_8259_INTERRUPTS];
 #if defined(CONFIG_VT) && defined(CONFIG_INPUT_ADBHID) && defined(XMON)
index a6a188910a1ac8a64519396cb34963b5d1b7c6e9..d065358020030a1c506e1766e9b89c8c67b5ac93 100644 (file)
@@ -953,7 +953,6 @@ prep_calibrate_decr(void)
 static void __init
 prep_init_IRQ(void)
 {
-       int i;
        unsigned int pci_viddid, pci_did;
 
        if (OpenPIC_Addr != NULL) {