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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user