qcom: camera-kernel: Remove 'struct sched_param' redefinition

Change-Id: I71ecb1b41641e4cd3589ad7150501b42db34c3f1
This commit is contained in:
Bruno Martins
2025-07-15 21:42:49 +01:00
parent b88a7fa52d
commit 71405bbd06

View File

@@ -10,9 +10,6 @@
#include "cam_mem_mgr_api.h"
#ifdef OPLUS_FEATURE_CAMERA_COMMON
#include <linux/sched/types.h>
struct sched_param {
int sched_priority;
};
#endif