diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-04-09 00:57:21 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 11:57:36 -0400 |
commit | af9d9cfd54091e8916b8892aaf40812345aac6d3 (patch) | |
tree | a7f480668e914c24df7fceffab6aa7ba12330df8 /drivers | |
parent | 5624c64803dd7c6da7add5a1880d66dbf2df8dc5 (diff) |
V4L/DVB: tm6000: fix compilation due to the lack of a semicolon
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/tm6000/tm6000.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/tm6000/tm6000.h b/drivers/staging/tm6000/tm6000.h index 3d1cf46b53bb..f402040907af 100644 --- a/drivers/staging/tm6000/tm6000.h +++ b/drivers/staging/tm6000/tm6000.h | |||
@@ -111,7 +111,7 @@ struct tm6000_gpio { | |||
111 | int power_led; | 111 | int power_led; |
112 | int dvb_led; | 112 | int dvb_led; |
113 | int ir; | 113 | int ir; |
114 | } | 114 | }; |
115 | 115 | ||
116 | struct tm6000_capabilities { | 116 | struct tm6000_capabilities { |
117 | unsigned int has_tuner:1; | 117 | unsigned int has_tuner:1; |