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

Commit d3102a5e authored by Tony Lindgren's avatar Tony Lindgren Committed by Felipe Balbi
Browse files

usb: phy: twl6030-usb: Remove unused irq_enabled



It's not being used any longer.

Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent fa9a582d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -104,7 +104,6 @@ struct twl6030_usb {
	int			irq2;
	enum omap_musb_vbus_id_status linkstat;
	u8			asleep;
	bool			irq_enabled;
	bool			vbus_enable;
	const char		*regulator;
};
@@ -373,7 +372,6 @@ static int twl6030_usb_probe(struct platform_device *pdev)

	INIT_WORK(&twl->set_vbus_work, otg_set_vbus_work);

	twl->irq_enabled = true;
	status = request_threaded_irq(twl->irq1, NULL, twl6030_usbotg_irq,
			IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING | IRQF_ONESHOT,
			"twl6030_usb", twl);