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

Commit 3e7b706c authored by Kevin Hilman's avatar Kevin Hilman
Browse files

mfd: twl: remove pdata->irq_base/_end, no more users



After converstion to SPARSE_IRQ, the driver doesn't use the
pdata->irq_base/irq_end fields anymore.  The last users
have been cleanup up, and now these fields can be removed.

Cc: Benoit Cousson <b-cousson@ti.com>
Acked-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
Signed-off-by: default avatarKevin Hilman <khilman@ti.com>
parent a844a197
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -683,7 +683,6 @@ struct twl4030_audio_data {
};

struct twl4030_platform_data {
	unsigned				irq_base, irq_end;
	struct twl4030_clock_init_data		*clock;
	struct twl4030_bci_platform_data	*bci;
	struct twl4030_gpio_platform_data	*gpio;