projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68a3c04
)
[media] si4713: cleanup platform data
author
Sebastian Reichel
<sre@kernel.org>
Mon, 10 Nov 2014 20:34:44 +0000
(17:34 -0300)
committer
Mauro 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
patch
|
blob
|
blame
|
history
diff --git
a/include/media/si4713.h
b/include/media/si4713.h
index 343b8fb50b931d2999c7436ae7ec70b14fb8c4e3..be4f58e2440be502dca903827b47f9788b4576a8 100644
(file)
--- 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;
};