diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-24 01:46:41 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-24 01:46:41 -0300 |
commit | 34efc2efeab79b43139454c4daeef94ff1b69f2c (patch) | |
tree | 460b29fd15f88b66bb8412f665c5203cd405e6ef /linux/drivers/media/video/au0828 | |
parent | 005392231f73c7f7781c04eebf5869c0174f503e (diff) | |
download | mediapointer-dvb-s2-34efc2efeab79b43139454c4daeef94ff1b69f2c.tar.gz mediapointer-dvb-s2-34efc2efeab79b43139454c4daeef94ff1b69f2c.tar.bz2 |
stv090x.h and stv6110x.h: Fix two trivial compilation breakage errors
From: Mauro Carvalho Chehab <mchehab@redhat.com>
/home/v4l/master/v4l/stv6110x.h:64: error: expected identifier or '(' before '{' token
In file included from /home/v4l/master/v4l/budget.c:52:
/home/v4l/master/v4l/stv090x.h:116: error: redefinition of 'stv090x_attach'
/home/v4l/master/v4l/stv090x.h:108: error: previous definition of 'stv090x_attach' was here
The first pne were due to an extra ';', and the other is due
to a duplicated inline function declaration.
This patch will need to be merged with the one that added those two headers at -git, to avoid
breaking git bisect.
CC: Manu Abraham <abraham.manu@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/au0828')
0 files changed, 0 insertions, 0 deletions