diff options
author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2014-07-05 00:24:04 +0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-07-21 19:54:26 +0400 |
commit | 6f1c1e71d933f58a6248f1681aededdd407f32a8 (patch) | |
tree | 8625163e93481f9b28eb838883b37ebb1f29f85e /include/linux/mfd/max77686.h | |
parent | 4eb9560b8ffa854caa7c625a955762d4b43b4841 (diff) | |
download | linux-6f1c1e71d933f58a6248f1681aededdd407f32a8.tar.xz |
mfd: max77686: Convert to use regmap_irq
By using the generic IRQ support in the Register map API, it
is possible to get rid max77686-irq.c and simplify the code.
Suggested-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Tested-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/max77686.h')
-rw-r--r-- | include/linux/mfd/max77686.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mfd/max77686.h b/include/linux/mfd/max77686.h index 46c0f320ed76..4cbcc13e8a2a 100644 --- a/include/linux/mfd/max77686.h +++ b/include/linux/mfd/max77686.h @@ -89,8 +89,6 @@ struct max77686_opmode_data { }; struct max77686_platform_data { - /* IRQ */ - int irq_gpio; int ono; int wakeup; |