commit | c31b9fb26069d0beedb3125a4ff3c1d0f8051d26 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Mar 06 08:30:08 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Mar 21 07:12:51 2013 -0300 |
tree | cd94685be8b2e0281051d6f4ae10fe654b8c2309 | |
parent | 739a8c91a39cd2bc3fce23ab4368816150fcf27a [diff] |
[media] siano: remove a duplicated structure definition The same GPIO config struct was declared twice at the driver, with different names and different macros: struct smscore_config_gpio struct smscore_config_gpio Remove the one that uses CamelCase and fix the references to its attributes/macros. No functional changes. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>