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

Commit 24f0966c authored by Axel Lin's avatar Axel Lin Committed by Linus Walleij
Browse files

gpio: tegra186: Remove tegra186_gpio_lock_class



This is no longer required after commit 959bc7b2
("gpio: Automatically add lockdep keys")

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 924d4db2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -404,8 +404,6 @@ static const struct irq_domain_ops tegra186_gpio_irq_domain_ops = {
	.xlate = tegra186_gpio_irq_domain_xlate,
};

static struct lock_class_key tegra186_gpio_lock_class;

static int tegra186_gpio_probe(struct platform_device *pdev)
{
	unsigned int i, j, offset;
@@ -496,7 +494,6 @@ static int tegra186_gpio_probe(struct platform_device *pdev)
	irq->chip = &gpio->intc;
	irq->domain_ops = &tegra186_gpio_irq_domain_ops;
	irq->handler = handle_simple_irq;
	irq->lock_key = &tegra186_gpio_lock_class;
	irq->default_type = IRQ_TYPE_NONE;
	irq->parent_handler = tegra186_gpio_irq;
	irq->parent_handler_data = gpio;