Re: [PATCH 2/2] mfd: twl: remove pdata-irq_base/_end, no more users

2012-05-11 Thread Samuel Ortiz
Hi Kevin,

On Tue, May 08, 2012 at 10:19:02AM -0700, Kevin Hilman wrote:
 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-cous...@ti.com
 Cc: Samuel Ortiz sa...@linux.intel.com
 Signed-off-by: Kevin Hilman khil...@ti.com
Acked-by: Samuel Ortiz sa...@linux.intel.com

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 2/2] mfd: twl: remove pdata-irq_base/_end, no more users

2012-05-08 Thread Kevin Hilman
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-cous...@ti.com
Cc: Samuel Ortiz sa...@linux.intel.com
Signed-off-by: Kevin Hilman khil...@ti.com
---
 include/linux/i2c/twl.h |1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/i2c/twl.h b/include/linux/i2c/twl.h
index 1f90de0..f8b967c 100644
--- a/include/linux/i2c/twl.h
+++ b/include/linux/i2c/twl.h
@@ -685,7 +685,6 @@ struct twl4030_audio_data {
 };
 
 struct twl4030_platform_data {
-   unsignedirq_base, irq_end;
struct twl4030_clock_init_data  *clock;
struct twl4030_bci_platform_data*bci;
struct twl4030_gpio_platform_data   *gpio;
-- 
1.7.9.2

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html