projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ae3cf
)
mfd: cpcap: Add missing include dependencies
author
Sebastian Reichel
<
[email protected]
>
Fri, 24 Mar 2017 08:47:31 +0000
(09:47 +0100)
committer
Lee 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
patch
|
blob
|
history
diff --git
a/include/linux/mfd/motorola-cpcap.h
b/include/linux/mfd/motorola-cpcap.h
index b4031c2b2214fc2f5417f14756e14f6cd5ff63d2..53758a7d7c3241e5d5e44f8223efc66e3edbc5a0 100644
(file)
--- 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