Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e514b2a authored by Richard Weinberger's avatar Richard Weinberger
Browse files

um: Remove usage of irq_chip->release()



UML does no longer need irq_chip->release().

Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
Reviewed-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent fa7a0449
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -334,7 +334,6 @@ static void dummy(struct irq_data *d)
/* This is used for everything else than the timer. */
/* This is used for everything else than the timer. */
static struct irq_chip normal_irq_type = {
static struct irq_chip normal_irq_type = {
	.name = "SIGIO",
	.name = "SIGIO",
	.release = free_irq_by_irq_and_dev,
	.irq_disable = dummy,
	.irq_disable = dummy,
	.irq_enable = dummy,
	.irq_enable = dummy,
	.irq_ack = dummy,
	.irq_ack = dummy,
@@ -342,7 +341,6 @@ static struct irq_chip normal_irq_type = {


static struct irq_chip SIGVTALRM_irq_type = {
static struct irq_chip SIGVTALRM_irq_type = {
	.name = "SIGVTALRM",
	.name = "SIGVTALRM",
	.release = free_irq_by_irq_and_dev,
	.irq_disable = dummy,
	.irq_disable = dummy,
	.irq_enable = dummy,
	.irq_enable = dummy,
	.irq_ack = dummy,
	.irq_ack = dummy,