public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] mfd: max77693: Remove unused define
@ 2014-10-10  8:23 Krzysztof Kozlowski
  2014-10-10  8:23 ` [PATCH 2/4] extcon: max77693: Remove left-over code fter switching to regmap irq chip Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2014-10-10  8:23 UTC (permalink / raw)
  To: MyungJoo Ham, Chanwoo Choi, Samuel Ortiz, Lee Jones, linux-kernel
  Cc: Kyungmin Park, Marek Szyprowski, Bartlomiej Zolnierkiewicz,
	Krzysztof Kozlowski

Remove old MAX77693_NUM_IRQ_MUIC_REGS define. Not used anywhere.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
---
 include/linux/mfd/max77693-private.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/mfd/max77693-private.h b/include/linux/mfd/max77693-private.h
index 4f1a80b66ecf..3c51c4d01306 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 */
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-10-10  9:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-10  8:23 [PATCH 1/4] mfd: max77693: Remove unused define Krzysztof Kozlowski
2014-10-10  8:23 ` [PATCH 2/4] extcon: max77693: Remove left-over code fter switching to regmap irq chip Krzysztof Kozlowski
2014-10-10  8:23 ` [PATCH 3/4] extcon: max77693: Request only specific interrupts Krzysztof Kozlowski
2014-10-10  8:23 ` [PATCH 4/4] extcon: max77693: Fix extcon UART on Trats2 board Krzysztof Kozlowski
2014-10-10  9:00 ` [PATCH 1/4] mfd: max77693: Remove unused define Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox