[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)
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>

No differences found