From: Sebastian Reichel Date: Fri, 24 Mar 2017 08:47:31 +0000 (+0100) Subject: mfd: cpcap: Add missing include dependencies X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4f9ab0c1570800002e77515888600ca2e3dce4a9;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git mfd: cpcap: Add missing include dependencies This fixes compilation for files, that try to include the cpcap header in alphabetically sorted #include lists. Acked-by: Pavel Machek Acked-by: Tony Lindgren Signed-off-by: Sebastian Reichel Signed-off-by: Lee Jones --- diff --git a/include/linux/mfd/motorola-cpcap.h b/include/linux/mfd/motorola-cpcap.h index b4031c2b2214..53758a7d7c32 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 +#include + #define CPCAP_VENDOR_ST 0 #define CPCAP_VENDOR_TI 1