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

Commit fd0574cb authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

drivers/gpio/langwell_gpio.c: remove semicolons after function definitions



Deweird this driver.

Cc: Alek Du <alek.du@intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 04c17aa8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -158,15 +158,15 @@ static int lnw_irq_type(unsigned irq, unsigned type)
	spin_unlock_irqrestore(&lnw->lock, flags);

	return 0;
};
}

static void lnw_irq_unmask(unsigned irq)
{
};
}

static void lnw_irq_mask(unsigned irq)
{
};
}

static struct irq_chip lnw_irqchip = {
	.name		= "LNW-GPIO",