Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af9d9cfd authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

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: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 5624c648
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ struct tm6000_gpio {
	int		power_led;
	int		dvb_led;
	int		ir;
}
};

struct tm6000_capabilities {
	unsigned int    has_tuner:1;