From 01573e231f18eb2d99162747186f59511f56b64d Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 08 Dec 2023 10:40:48 +0000
Subject: [PATCH] 移去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