diff options
author | Kevin Hilman <khilman@ti.com> | 2012-03-14 15:34:17 -0700 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2012-06-19 15:24:34 -0700 |
commit | 3e7b706ca5151849e4ca91f7f3d8d6d8d8f7b667 (patch) | |
tree | 14744c525e8f52376faf474d1530a0da93780ee9 /include/linux/i2c | |
parent | a844a197f136ea4cffe050890dd25a35a4d26a42 (diff) | |
download | op-kernel-dev-3e7b706ca5151849e4ca91f7f3d8d6d8d8f7b667.zip op-kernel-dev-3e7b706ca5151849e4ca91f7f3d8d6d8d8f7b667.tar.gz |
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: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'include/linux/i2c')
-rw-r--r-- | include/linux/i2c/twl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/i2c/twl.h b/include/linux/i2c/twl.h index 3993477..5553826 100644 --- a/include/linux/i2c/twl.h +++ b/include/linux/i2c/twl.h @@ -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; |