Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29856
b: refs/heads/master
c: 5d7dc8c
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent 824d79d commit 958825b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 14 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: a8558577ff5562fe52c2c493e5bbc3dcdec7ce2f
refs/heads/master: 5d7dc8c4f667070dbc9a65e93b0e88ba9d19f22a
2 changes: 1 addition & 1 deletion trunk/drivers/media/common/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
saa7146-objs := saa7146_i2c.o saa7146_core.o
saa7146_vv-objs := saa7146_vv_ksyms.o saa7146_fops.o saa7146_video.o saa7146_hlp.o saa7146_vbi.o
saa7146_vv-objs := saa7146_fops.o saa7146_video.o saa7146_hlp.o saa7146_vbi.o
ir-common-objs := ir-functions.o ir-keymaps.o

obj-$(CONFIG_VIDEO_SAA7146) += saa7146.o
Expand Down
4 changes: 4 additions & 0 deletions trunk/drivers/media/common/saa7146_fops.c
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ int saa7146_vv_init(struct saa7146_dev* dev, struct saa7146_ext_vv *ext_vv)

return 0;
}
EXPORT_SYMBOL_GPL(saa7146_vv_init);

int saa7146_vv_release(struct saa7146_dev* dev)
{
Expand All @@ -515,6 +516,7 @@ int saa7146_vv_release(struct saa7146_dev* dev)

return 0;
}
EXPORT_SYMBOL_GPL(saa7146_vv_release);

int saa7146_register_device(struct video_device **vid, struct saa7146_dev* dev,
char *name, int type)
Expand Down Expand Up @@ -553,6 +555,7 @@ int saa7146_register_device(struct video_device **vid, struct saa7146_dev* dev,
*vid = vfd;
return 0;
}
EXPORT_SYMBOL_GPL(saa7146_register_device);

int saa7146_unregister_device(struct video_device **vid, struct saa7146_dev* dev)
{
Expand All @@ -571,6 +574,7 @@ int saa7146_unregister_device(struct video_device **vid, struct saa7146_dev* dev

return 0;
}
EXPORT_SYMBOL_GPL(saa7146_unregister_device);

static int __init saa7146_vv_init_module(void)
{
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/common/saa7146_hlp.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ void saa7146_set_hps_source_and_sync(struct saa7146_dev *dev, int source, int sy
vv->current_hps_source = source;
vv->current_hps_sync = sync;
}
EXPORT_SYMBOL_GPL(saa7146_set_hps_source_and_sync);

int saa7146_enable_overlay(struct saa7146_fh *fh)
{
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/media/common/saa7146_video.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ int saa7146_start_preview(struct saa7146_fh *fh)

return 0;
}
EXPORT_SYMBOL_GPL(saa7146_start_preview);

int saa7146_stop_preview(struct saa7146_fh *fh)
{
Expand Down Expand Up @@ -352,6 +353,7 @@ int saa7146_stop_preview(struct saa7146_fh *fh)

return 0;
}
EXPORT_SYMBOL_GPL(saa7146_stop_preview);

static int s_fmt(struct saa7146_fh *fh, struct v4l2_format *f)
{
Expand Down
12 changes: 0 additions & 12 deletions trunk/drivers/media/common/saa7146_vv_ksyms.c

This file was deleted.

0 comments on commit 958825b

Please sign in to comment.