]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Move irq pinmux to board specific init
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 13 Jun 2007 12:53:41 +0000 (18:23 +0530)
committerTony Lindgren <tony@atomide.com>
Wed, 13 Jun 2007 13:25:44 +0000 (06:25 -0700)
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Trilok Soni <soni.trilok@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/i2c/chips/menelaus.c

index ca7dea5abd63d333d3c3224507f9279d5bf65a9f..4ac531fcbdf90e1fa9d23ac8244418b35aa986c5 100644 (file)
@@ -43,7 +43,6 @@
 #include <asm/mach-types.h>
 #include <asm/mach/irq.h>
 
-#include <asm/arch/mux.h>
 #include <asm/arch/gpio.h>
 #include <asm/arch/menelaus.h>
 
@@ -834,9 +833,6 @@ static int menelaus_probe(struct i2c_client *client)
                goto fail1;
        }
 
-       /* Most likely Menelaus interrupt is at SYS_NIRQ */
-       omap_cfg_reg(W19_24XX_SYS_NIRQ);
-
        /* Ack and disable all Menelaus interrupts */
        menelaus_write_reg(MENELAUS_INT_ACK1, 0xff);
        menelaus_write_reg(MENELAUS_INT_ACK2, 0xff);