lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 14 Apr 2011 18:22:20 +0200 (CEST)
From:	Thomas Gleixner <tglx@...utronix.de>
To:	Jorge Eduardo Candelaria <jedu@...mlogic.co.uk>
cc:	linux-kernel@...r.kernel.org, broonie@...nsource.wolfsonmicro.com,
	lrg@...com, sameo@...ux.intel.com
Subject: Re: [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
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ