浏览代码

[media] si4713: cleanup platform data

Remove unreferenced members from the platform
data's structure.

Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Sebastian Reichel 10 年之前
父节点
当前提交
bf2b892e66
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      include/media/si4713.h

+ 0 - 3
include/media/si4713.h

@@ -23,9 +23,6 @@
  * Platform dependent definition
  * Platform dependent definition
  */
  */
 struct si4713_platform_data {
 struct si4713_platform_data {
-	const char * const *supply_names;
-	unsigned supplies;
-	int gpio_reset; /* < 0 if not used */
 	bool is_platform_device;
 	bool is_platform_device;
 };
 };