mfd: cpcap: Add missing include dependencies
authorSebastian Reichel <[email protected]>
Fri, 24 Mar 2017 08:47:31 +0000 (09:47 +0100)
committerLee Jones <[email protected]>
Tue, 28 Mar 2017 08:09:50 +0000 (09:09 +0100)
This fixes compilation for files, that try to include the
cpcap header in alphabetically sorted #include lists.

Acked-by: Pavel Machek <[email protected]>
Acked-by: Tony Lindgren <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
include/linux/mfd/motorola-cpcap.h

index b4031c2b2214fc2f5417f14756e14f6cd5ff63d2..53758a7d7c3241e5d5e44f8223efc66e3edbc5a0 100644 (file)
@@ -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