Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85729
b: refs/heads/master
c: fe2b8f5
h: refs/heads/master
i:
  85727: 8571c94
v: v3
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Feb 18, 2008
1 parent eef35f5 commit c7d6273
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: beb9e780a45a2e21f3d62bd4c71d695aa195fe69
refs/heads/master: fe2b8f50a336bcd51e3d209c5838c573b4b540b3
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/stk-sensor.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@


/* Returns 0 if OK */
int stk_sensor_outb(struct stk_camera *dev, u8 reg, u8 val)
static int stk_sensor_outb(struct stk_camera *dev, u8 reg, u8 val)
{
int i = 0;
int tmpval = 0;
Expand All @@ -250,7 +250,7 @@ int stk_sensor_outb(struct stk_camera *dev, u8 reg, u8 val)
return 0;
}

int stk_sensor_inb(struct stk_camera *dev, u8 reg, u8 *val)
static int stk_sensor_inb(struct stk_camera *dev, u8 reg, u8 *val)
{
int i = 0;
int tmpval = 0;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/media/video/stk-webcam.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ void stk_camera_delete(struct kref *);
int stk_camera_write_reg(struct stk_camera *, u16, u8);
int stk_camera_read_reg(struct stk_camera *, u16, int *);

int stk_sensor_outb(struct stk_camera *dev, u8 reg, u8 val);
int stk_sensor_inb(struct stk_camera *dev, u8 reg, u8 *val);
int stk_sensor_init(struct stk_camera *);
int stk_sensor_configure(struct stk_camera *);
int stk_sensor_sleep(struct stk_camera *dev);
Expand Down

0 comments on commit c7d6273

Please sign in to comment.