Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Sebastian Reichel and committed by
Mauro Carvalho Chehab
bf2b892e 68a3c043

-3
-3
include/media/si4713.h
··· 23 23 * Platform dependent definition 24 24 */ 25 25 struct si4713_platform_data { 26 - const char * const *supply_names; 27 - unsigned supplies; 28 - int gpio_reset; /* < 0 if not used */ 29 26 bool is_platform_device; 30 27 }; 31 28