mfd: twl: remove pdata->irq_base/_end, no more users
authorKevin Hilman <khilman@ti.com>
Wed, 14 Mar 2012 22:34:17 +0000 (15:34 -0700)
committerKevin Hilman <khilman@ti.com>
Tue, 19 Jun 2012 22:24:34 +0000 (15:24 -0700)
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: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
include/linux/i2c/twl.h

index 3993477103a5673e65f69a751ba302d5c03b0a0e..555382660bc40e00eb4876eae585f3f9a5e6eea6 100644 (file)
@@ -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;