lkml.org 
[lkml]   [2007]   [Apr]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 65/90] ARM: OMAP: Convert interrupt flags SA_* to IRQF_*
    Date
    From: Dirk Behme <dirk.behme@gmail.com>

    Convert interrupt flags SA_* to IRQF_*

    Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
    Signed-off-by: Tony Lindgren <tony@atomide.com>
    ---
    arch/arm/mach-omap1/board-palmz71.c | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/arch/arm/mach-omap1/board-palmz71.c b/arch/arm/mach-omap1/board-palmz71.c
    index 6a53f12..3936190 100644
    --- a/arch/arm/mach-omap1/board-palmz71.c
    +++ b/arch/arm/mach-omap1/board-palmz71.c
    @@ -342,7 +342,7 @@ palmz71_gpio_setup(int early)
    }
    omap_set_gpio_direction(PALMZ71_USBDETECT_GPIO, 1);
    if (request_irq(OMAP_GPIO_IRQ(PALMZ71_USBDETECT_GPIO),
    - palmz71_powercable, SA_SAMPLE_RANDOM,
    + palmz71_powercable, IRQF_SAMPLE_RANDOM,
    "palmz71-cable", 0))
    printk(KERN_ERR
    "IRQ request for power cable failed!\n");
    --
    1.4.4.2
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2007-04-04 20:57    [W:4.113 / U:0.360 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site