[media] siano: remove a duplicated structure definition
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 6 Mar 2013 11:30:08 +0000 (08:30 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Mar 2013 10:12:51 +0000 (07:12 -0300)
commitc31b9fb26069d0beedb3125a4ff3c1d0f8051d26
treecd94685be8b2e0281051d6f4ae10fe654b8c2309
parent739a8c91a39cd2bc3fce23ab4368816150fcf27a
[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>
drivers/media/common/siano/sms-cards.c
drivers/media/common/siano/smscoreapi.c
drivers/media/common/siano/smscoreapi.h