diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2012-10-11 07:55:32 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-11-13 13:54:23 -0500 |
commit | ab7edb149c7548541ee588b8372c2041b6f1cbc8 (patch) | |
tree | 12bff6036c4eed3683e007e3fa890d1453666edf /drivers/mfd/Makefile | |
parent | 1ac96265a6f35080083e85b0f58182cdc9c07d0e (diff) |
mfd: twl6040: Convert to use regmap_irq
With regmap_irq it is possible to remove the twl6040-irq.c file and
simplify the code.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index a4093a44304a..05bebf66ccd2 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile | |||
@@ -67,7 +67,7 @@ obj-$(CONFIG_TWL4030_CORE) += twl-core.o twl4030-irq.o twl6030-irq.o | |||
67 | obj-$(CONFIG_TWL4030_MADC) += twl4030-madc.o | 67 | obj-$(CONFIG_TWL4030_MADC) += twl4030-madc.o |
68 | obj-$(CONFIG_TWL4030_POWER) += twl4030-power.o | 68 | obj-$(CONFIG_TWL4030_POWER) += twl4030-power.o |
69 | obj-$(CONFIG_MFD_TWL4030_AUDIO) += twl4030-audio.o | 69 | obj-$(CONFIG_MFD_TWL4030_AUDIO) += twl4030-audio.o |
70 | obj-$(CONFIG_TWL6040_CORE) += twl6040-core.o twl6040-irq.o | 70 | obj-$(CONFIG_TWL6040_CORE) += twl6040-core.o |
71 | 71 | ||
72 | obj-$(CONFIG_MFD_MC13XXX) += mc13xxx-core.o | 72 | obj-$(CONFIG_MFD_MC13XXX) += mc13xxx-core.o |
73 | obj-$(CONFIG_MFD_MC13XXX_SPI) += mc13xxx-spi.o | 73 | obj-$(CONFIG_MFD_MC13XXX_SPI) += mc13xxx-spi.o |