Skip to content

Commit

Permalink
V4L/DVB: tm6000: fix compilation due to the lack of a semicolon
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed May 19, 2010
1 parent 5624c64 commit af9d9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/tm6000/tm6000.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ struct tm6000_gpio {
int power_led;
int dvb_led;
int ir;
}
};

struct tm6000_capabilities {
unsigned int has_tuner:1;
Expand Down

0 comments on commit af9d9cf

Please sign in to comment.