[media] si4713: cleanup platform data
authorSebastian Reichel <sre@kernel.org>
Mon, 10 Nov 2014 20:34:44 +0000 (17:34 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 14 Nov 2014 20:14:33 +0000 (18:14 -0200)
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>
include/media/si4713.h

index 343b8fb50b931d2999c7436ae7ec70b14fb8c4e3..be4f58e2440be502dca903827b47f9788b4576a8 100644 (file)
@@ -23,9 +23,6 @@
  * Platform dependent definition
  */
 struct si4713_platform_data {
-       const char * const *supply_names;
-       unsigned supplies;
-       int gpio_reset; /* < 0 if not used */
        bool is_platform_device;
 };
 
This page took 0.024661 seconds and 5 git commands to generate.