projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5624c64
)
V4L/DVB: tm6000: fix compilation due to the lack of a semicolon
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Fri, 9 Apr 2010 04:57:21 +0000
(
01:57
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 19 May 2010 15:57:36 +0000
(12:57 -0300)
Add a missing semicolon to fix this error:
In file included from drivers/staging/tm6000/tm6000-cards.c:32:
drivers/staging/tm6000/tm6000.h:123: error: two or more data types in
declaration specifiers
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/tm6000/tm6000.h
patch
|
blob
|
history
diff --git
a/drivers/staging/tm6000/tm6000.h
b/drivers/staging/tm6000/tm6000.h
index 3d1cf46b53bb0fc706128d9e4a0cf2dae762028a..f402040907aff804c4f0206bb6ecb3909a299876 100644
(file)
--- a/
drivers/staging/tm6000/tm6000.h
+++ b/
drivers/staging/tm6000/tm6000.h
@@
-111,7
+111,7
@@
struct tm6000_gpio {
int power_led;
int dvb_led;
int ir;
-}
+}
;
struct tm6000_capabilities {
unsigned int has_tuner:1;