Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343817
b: refs/heads/master
c: 4b644dc
h: refs/heads/master
i:
  343815: ff9bdcb
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 27, 2012
1 parent b3b9590 commit b552291
Show file tree
Hide file tree
Showing 2 changed files with 7 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: f6d15e09b19d3841e2608306e1b85e2ffc1f7a6b
refs/heads/master: 4b644dccfd204f8a89717776f065c441bf9c8cc1
10 changes: 6 additions & 4 deletions trunk/drivers/media/radio/radio-isa.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ static bool radio_isa_valid_io(const struct radio_isa_driver *drv, int io)
return false;
}

struct radio_isa_card *radio_isa_alloc(struct radio_isa_driver *drv,
static struct radio_isa_card *radio_isa_alloc(struct radio_isa_driver *drv,
struct device *pdev)
{
struct v4l2_device *v4l2_dev;
Expand All @@ -207,8 +207,9 @@ struct radio_isa_card *radio_isa_alloc(struct radio_isa_driver *drv,
return isa;
}

int radio_isa_common_probe(struct radio_isa_card *isa, struct device *pdev,
int radio_nr, unsigned region_size)
static int radio_isa_common_probe(struct radio_isa_card *isa,
struct device *pdev,
int radio_nr, unsigned region_size)
{
const struct radio_isa_driver *drv = isa->drv;
const struct radio_isa_ops *ops = drv->ops;
Expand Down Expand Up @@ -287,7 +288,8 @@ int radio_isa_common_probe(struct radio_isa_card *isa, struct device *pdev,
return res;
}

int radio_isa_common_remove(struct radio_isa_card *isa, unsigned region_size)
static int radio_isa_common_remove(struct radio_isa_card *isa,
unsigned region_size)
{
const struct radio_isa_ops *ops = isa->drv->ops;

Expand Down

0 comments on commit b552291

Please sign in to comment.