msm: camera: common: Use the appropriate header for spinlock

With the allow list tightened, use the right header for spinlock
usage. Change replaces usage of linux/spinlock.h to
linux/spinlock_types.h.

CRs-Fixed: 2841729
Change-Id: I0247501b765436099f75c9725e9f614f0873c888
Signed-off-by: Karthik Anantha Ram <kartanan@codeaurora.org>
This commit is contained in:
Karthik Anantha Ram
2021-03-09 11:40:57 -08:00
parent 0e433beabb
commit 9f4f8e114c
13 changed files with 19 additions and 19 deletions

View File

@@ -7,7 +7,7 @@
#define _CAM_ISP_CONTEXT_H_
#include <linux/spinlock.h>
#include <linux/spinlock_types.h>
#include <media/cam_isp.h>
#include <media/cam_defs.h>
#include <media/cam_tfe.h>