From af9d9cfd54091e8916b8892aaf40812345aac6d3 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 9 Apr 2010 01:57:21 -0300 Subject: 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 --- drivers/staging/tm6000/tm6000.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/staging') 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 { int power_led; int dvb_led; int ir; -} +}; struct tm6000_capabilities { unsigned int has_tuner:1; -- cgit v1.2.3