V4L/DVB (3341): Upstream sync - make 2 structs static
Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
092734b4bb
commit
f95cdf261b
|
@ -602,7 +602,7 @@ static int dst_type_print(u8 type)
|
|||
|
||||
*/
|
||||
|
||||
struct dst_types dst_tlist[] = {
|
||||
static struct dst_types dst_tlist[] = {
|
||||
{
|
||||
.device_id = "200103A",
|
||||
.offset = 0,
|
||||
|
|
Loading…
Reference in New Issue