Skip to content

Commit

Permalink
cx25821: remove unused cx25821_video_wakeup() declaration
Browse files Browse the repository at this point in the history
cx25821_video_wakeup() has been removed since
commit b671ae6 ("[media] cx25821: convert to vb2").

So cx25821_video_wakeup is a unused declaration, remove it.

Signed-off-by: Gaosheng Cui <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
  • Loading branch information
gscui authored and Hans Verkuil committed Oct 24, 2022
1 parent b08b10a commit 060d290
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/media/pci/cx25821/cx25821-video.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ do { \
} while (0)

#define FORMAT_FLAGS_PACKED 0x01
extern void cx25821_video_wakeup(struct cx25821_dev *dev,
struct cx25821_dmaqueue *q, u32 count);

extern int cx25821_start_video_dma(struct cx25821_dev *dev,
struct cx25821_dmaqueue *q,
struct cx25821_buffer *buf,
Expand Down

0 comments on commit 060d290

Please sign in to comment.