[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>
This commit is contained in:
Sebastian Reichel 2014-11-10 17:34:44 -03:00 committed by Mauro Carvalho Chehab
parent 68a3c04330
commit bf2b892e66
1 changed files with 0 additions and 3 deletions

View 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;
};