From: Mitchel Humpherys Date: Tue, 13 Oct 2015 01:13:06 +0000 (-0700) Subject: msm: secure_buffer: Add missing include X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e2dc9b365255804d272a7c50c4e73384e5a83453;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git msm: secure_buffer: Add missing include secure_buffer.h makes use of the scatterlist structure, but doesn't include the header file that defines it. Until now we've been getting lucky that all users of secure_buffer.h have been including the scatterlist header file themselves, but this might not always be the case. Add the missing include. Change-Id: If7598c26a1ef3551132c6eb62ac9bd6d447654d0 Signed-off-by: Mitchel Humpherys --- diff --git a/include/soc/qcom/secure_buffer.h b/include/soc/qcom/secure_buffer.h index 2f97c59234d5..115e95a4e2a8 100644 --- a/include/soc/qcom/secure_buffer.h +++ b/include/soc/qcom/secure_buffer.h @@ -15,6 +15,7 @@ #ifndef __MSM_SECURE_BUFFER_H__ #define __MSM_SECURE_BUFFER_H__ +#include #define VMID_HLOS 0x3 #define VMID_CP_TOUCH 0x8