aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2014-11-10 17:34:44 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-11-14 18:14:33 -0200
commitbf2b892e661213d4e94e2bff76dd13a23909228b (patch)
treefb285b3df4ecfd589220812bc96d52d35f81e0d6 /include/media
parent[media] ARM: OMAP2: RX-51: update si4713 platform data (diff)
downloadlinux-dev-bf2b892e661213d4e94e2bff76dd13a23909228b.tar.xz
linux-dev-bf2b892e661213d4e94e2bff76dd13a23909228b.zip
[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.h3
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 @@
* 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;
};