linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv3 1/2] mfd: cpcap: Add missing include dependencies
@ 2017-03-24  8:47 Sebastian Reichel
  2017-03-24  8:47 ` [PATCHv3 2/2] leds: cpcap: new driver Sebastian Reichel
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Sebastian Reichel @ 2017-03-24  8:47 UTC (permalink / raw)
  To: Sebastian Reichel, Richard Purdie, Jacek Anaszewski,
	Pavel Machek, Lee Jones
  Cc: Tony Lindgren, Rob Herring, Mark Rutland, linux-leds, devicetree,
	linux-kernel

This fixes compilation for files, that try to include the
cpcap header in alphabetically sorted #include lists.

Acked-by: Pavel Machek <pavel@ucw.cz>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
---
Changes since PATCHv2:
 - Add Acked-by from Tony & Pavel
---
 include/linux/mfd/motorola-cpcap.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/linux/mfd/motorola-cpcap.h b/include/linux/mfd/motorola-cpcap.h
index 793aa695faa0..aefc49cb7ba9 100644
--- a/include/linux/mfd/motorola-cpcap.h
+++ b/include/linux/mfd/motorola-cpcap.h
@@ -14,6 +14,9 @@
  * published by the Free Software Foundation.
  */
 
+#include <linux/device.h>
+#include <linux/regmap.h>
+
 #define CPCAP_VENDOR_ST		0
 #define CPCAP_VENDOR_TI		1
 
-- 
2.11.0

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

end of thread, other threads:[~2017-03-29 21:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-24  8:47 [PATCHv3 1/2] mfd: cpcap: Add missing include dependencies Sebastian Reichel
2017-03-24  8:47 ` [PATCHv3 2/2] leds: cpcap: new driver Sebastian Reichel
2017-03-29 19:12   ` Jacek Anaszewski
2017-03-29 21:38     ` Sebastian Reichel
2017-03-24 20:44 ` [PATCHv3 1/2] mfd: cpcap: Add missing include dependencies Jacek Anaszewski
2017-03-27 14:26   ` Lee Jones
2017-03-27 18:38     ` Jacek Anaszewski
2017-03-28  8:16       ` Lee Jones
2017-03-28  8:13 ` [GIT PULL] Immutable branch between MFD and LEDS due for the v4.12 merge window Lee Jones
2017-03-28 19:37   ` Jacek Anaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).