lkml.org 
[lkml]   [2011]   [Apr]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 3/4] TPS65910: IRQ: Add interrupt controller
On Thu, 14 Apr 2011, Jorge Eduardo Candelaria wrote:
> +static void tps65910_irq_lock(unsigned int irq)
> +static void tps65910_irq_sync_unlock(unsigned int irq)
> +static void tps65910_irq_enable(unsigned int irq)
> +static void tps65910_irq_disable(unsigned int irq)
> +
> +static struct irq_chip tps65910_irq_chip = {
> + .name = "tps65910",
> + .irq_bus_lock = tps65910_irq_lock,
> + .irq_bus_sync_unlock = tps65910_irq_sync_unlock,
> + .irq_disable = tps65910_irq_disable,
> + .irq_enable = tps65910_irq_enable,
> +};

Care to explain how that compiles?

Thanks,

tglx


\
 
 \ /
  Last update: 2011-04-14 18:25    [W:0.030 / U:0.628 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site