diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2014-10-10 10:23:53 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-11-25 16:18:45 +0000 |
commit | 6cbac55368324ec2a0e59e192c5b596d0f4569f7 (patch) | |
tree | 38d551706084070ad533d031f99bdb6a0bcc8137 /include/linux/mfd | |
parent | 590b7795b3dc293a36136a4321ba59da60e5853c (diff) | |
download | linux-stable-6cbac55368324ec2a0e59e192c5b596d0f4569f7.tar.gz linux-stable-6cbac55368324ec2a0e59e192c5b596d0f4569f7.tar.bz2 linux-stable-6cbac55368324ec2a0e59e192c5b596d0f4569f7.zip |
mfd: max77693: Remove unused define
Remove old MAX77693_NUM_IRQ_MUIC_REGS define. Not used anywhere.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/max77693-private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/max77693-private.h b/include/linux/mfd/max77693-private.h index fc17d56581b2..6392a1565452 100644 --- a/include/linux/mfd/max77693-private.h +++ b/include/linux/mfd/max77693-private.h @@ -26,7 +26,6 @@ #include <linux/i2c.h> -#define MAX77693_NUM_IRQ_MUIC_REGS 3 #define MAX77693_REG_INVALID (0xff) /* Slave addr = 0xCC: PMIC, Charger, Flash LED */ |