diff options
author | Sebastian Reichel <sre@kernel.org> | 2014-11-10 15:34:44 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-14 15:14:33 -0500 |
commit | bf2b892e661213d4e94e2bff76dd13a23909228b (patch) | |
tree | fb285b3df4ecfd589220812bc96d52d35f81e0d6 /include/media | |
parent | 68a3c0433077b189e5adf3b267cd8db9b8b78d24 (diff) |
[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>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/si4713.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/media/si4713.h b/include/media/si4713.h index 343b8fb50b93..be4f58e2440b 100644 --- a/include/media/si4713.h +++ b/include/media/si4713.h | |||
@@ -23,9 +23,6 @@ | |||
23 | * Platform dependent definition | 23 | * Platform dependent definition |
24 | */ | 24 | */ |
25 | struct si4713_platform_data { | 25 | struct si4713_platform_data { |
26 | const char * const *supply_names; | ||
27 | unsigned supplies; | ||
28 | int gpio_reset; /* < 0 if not used */ | ||
29 | bool is_platform_device; | 26 | bool is_platform_device; |
30 | }; | 27 | }; |
31 | 28 | ||