]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitf4d1a190c8659640a71dbf760d5666cf66aadc71
treecd94685be8b2e0281051d6f4ae10fe654b8c2309
parent0eaefc94fc663073eb1d4c94d877a648ccbb02e1
[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