From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 11 Dec 2023 08:20:59 +0000
Subject: [PATCH] kernel_5.10 no rt

---
 kernel/include/linux/platform_data/media/mmp-camera.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/kernel/include/linux/platform_data/media/mmp-camera.h b/kernel/include/linux/platform_data/media/mmp-camera.h
index d2d3a44..53adaab 100644
--- a/kernel/include/linux/platform_data/media/mmp-camera.h
+++ b/kernel/include/linux/platform_data/media/mmp-camera.h
@@ -12,11 +12,7 @@
 };
 
 struct mmp_camera_platform_data {
-	struct platform_device *i2c_device;
-	int sensor_power_gpio;
-	int sensor_reset_gpio;
 	enum v4l2_mbus_type bus_type;
-	int mclk_min;	/* The minimal value of MCLK */
 	int mclk_src;	/* which clock source the MCLK derives from */
 	int mclk_div;	/* Clock Divider Value for MCLK */
 	/*

--
Gitblit v1.6.2