Commit 9df2ead5 authored by Adrian Bunk's avatar Adrian Bunk Committed by Mauro Carvalho Chehab

V4L/DVB (5567): Cx88-mpeg.c: make 2 functions static

This patch makes two needlessly global functions static.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent b71ed5cf
...@@ -613,7 +613,7 @@ struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board ...@@ -613,7 +613,7 @@ struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board
} }
/* Driver asked for hardware access. */ /* Driver asked for hardware access. */
int cx8802_request_acquire(struct cx8802_driver *drv) static int cx8802_request_acquire(struct cx8802_driver *drv)
{ {
struct cx88_core *core = drv->core; struct cx88_core *core = drv->core;
...@@ -633,7 +633,7 @@ int cx8802_request_acquire(struct cx8802_driver *drv) ...@@ -633,7 +633,7 @@ int cx8802_request_acquire(struct cx8802_driver *drv)
} }
/* Driver asked to release hardware. */ /* Driver asked to release hardware. */
int cx8802_request_release(struct cx8802_driver *drv) static int cx8802_request_release(struct cx8802_driver *drv)
{ {
struct cx88_core *core = drv->core; struct cx88_core *core = drv->core;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment