diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-video.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-video.c b/drivers/media/video/cx88/cx88-video.c index cb0c0eea20f9..90e298d074d1 100644 --- a/drivers/media/video/cx88/cx88-video.c +++ b/drivers/media/video/cx88/cx88-video.c | |||
@@ -1744,7 +1744,7 @@ static void cx8800_vid_irq(struct cx8800_dev *dev) | |||
1744 | } | 1744 | } |
1745 | } | 1745 | } |
1746 | 1746 | ||
1747 | static irqreturn_t cx8800_irq(int irq, void *dev_id, struct pt_regs *regs) | 1747 | static irqreturn_t cx8800_irq(int irq, void *dev_id) |
1748 | { | 1748 | { |
1749 | struct cx8800_dev *dev = dev_id; | 1749 | struct cx8800_dev *dev = dev_id; |
1750 | struct cx88_core *core = dev->core; | 1750 | struct cx88_core *core = dev->core; |