Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56051
b: refs/heads/master
c: 9df2ead
h: refs/heads/master
i:
  56049: 352201e
  56047: d95cd3e
v: v3
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed May 9, 2007
1 parent bac60fb commit 4a2105b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b71ed5cfe651051cd90b0e31c3cdb74953d6416f
refs/heads/master: 9df2ead585515f32d6c9092780c3d13a9627a4a9
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/cx88/cx88-mpeg.c
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board
}

/* 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;

Expand All @@ -633,7 +633,7 @@ int cx8802_request_acquire(struct cx8802_driver *drv)
}

/* 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;

Expand Down

0 comments on commit 4a2105b

Please sign in to comment.