]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/ivtv/ivtv-fileops.h
V4L/DVB (8561): make ivtv_claim_stream() static
[linux-2.6-omap-h63xx.git] / drivers / media / video / ivtv / ivtv-fileops.h
index 2c8d5186c9c3cca56f09021a633066f473674cbf..df81e790147f71a9e839d5efda508a614778ef77 100644 (file)
@@ -38,11 +38,6 @@ void ivtv_unmute(struct ivtv *itv);
 
 /* Utilities */
 
-/* Try to claim a stream for the filehandle. Return 0 on success,
-   -EBUSY if stream already claimed. Once a stream is claimed, it
-   remains claimed until the associated filehandle is closed. */
-int ivtv_claim_stream(struct ivtv_open_id *id, int type);
-
 /* Release a previously claimed stream. */
 void ivtv_release_stream(struct ivtv_stream *s);