Skip to content

Commit

Permalink
V4L/DVB (9995): gspca - ov534 and m5602: Set static some functions/va…
Browse files Browse the repository at this point in the history
…riables.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Dec 30, 2008
1 parent 97a53a0 commit 5c1a15a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drivers/media/video/gspca/m5602/m5602_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

/* Kernel module parameters */
int force_sensor;
int dump_bridge;
static int dump_bridge;
int dump_sensor;

static const __devinitdata struct usb_device_id m5602_table[] = {
Expand Down
8 changes: 4 additions & 4 deletions drivers/media/video/gspca/ov534.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,8 @@ static void sd_pkt_scan(struct gspca_dev *gspca_dev, struct gspca_frame *frame,
}

/* get stream parameters (framerate) */
int sd_get_streamparm(struct gspca_dev *gspca_dev,
struct v4l2_streamparm *parm)
static int sd_get_streamparm(struct gspca_dev *gspca_dev,
struct v4l2_streamparm *parm)
{
struct v4l2_captureparm *cp = &parm->parm.capture;
struct v4l2_fract *tpf = &cp->timeperframe;
Expand All @@ -517,8 +517,8 @@ int sd_get_streamparm(struct gspca_dev *gspca_dev,
}

/* set stream parameters (framerate) */
int sd_set_streamparm(struct gspca_dev *gspca_dev,
struct v4l2_streamparm *parm)
static int sd_set_streamparm(struct gspca_dev *gspca_dev,
struct v4l2_streamparm *parm)
{
struct v4l2_captureparm *cp = &parm->parm.capture;
struct v4l2_fract *tpf = &cp->timeperframe;
Expand Down

0 comments on commit 5c1a15a

Please sign in to comment.