summaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorGerd Knorr <kraxel@bytesex.org>2005-01-25 04:52:00 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-25 04:52:00 -0800
commit4d96c2a7d2dbf21d06c8a481db22f5ad10fddad4 (patch)
tree0cd2208471ca8d021103c18c7fcc9b9874839726 /include/media
parent64a7434798907ab71828af882c086e6806fef7da (diff)
[PATCH] v4l: video-buf update
- Fix a memory leak in video-buf.c - Small update for the video-buf-dvb.c module. Signed-off-by: Gerd Knorr <kraxel@bytesex.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/video-buf-dvb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/media/video-buf-dvb.h b/include/media/video-buf-dvb.h
index 53eac765a8bd..94bd33619aa5 100644
--- a/include/media/video-buf-dvb.h
+++ b/include/media/video-buf-dvb.h
@@ -24,7 +24,9 @@ struct videobuf_dvb {
struct dvb_net net;
};
-int videobuf_dvb_register(struct videobuf_dvb *dvb);
+int videobuf_dvb_register(struct videobuf_dvb *dvb,
+ struct module *module,
+ void *adapter_priv);
void videobuf_dvb_unregister(struct videobuf_dvb *dvb);
/*