diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-11-05 12:07:22 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:02:05 -0500 |
commit | a2fbaa519befdb3db2485116518f3af55be604e6 (patch) | |
tree | ea54d90e1ccbed7e6939fc1b84396199319a1ed0 /drivers/media/video/cx88/cx88.h | |
parent | 39e75cfedf5b40116136894241ca1182089f3637 (diff) |
V4L/DVB (6576): cx88-mpeg.c: make 4 functions static
This patch makes the following needlessly global functions static:
- cx8802_init_common()
- cx8802_fini_common()
- cx8802_suspend_common()
- cx8802_resume_common()
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index eb296bdecb1e..bb1036a5c6c6 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -633,12 +633,6 @@ int cx8802_buf_prepare(struct videobuf_queue *q,struct cx8802_dev *dev, | |||
633 | void cx8802_buf_queue(struct cx8802_dev *dev, struct cx88_buffer *buf); | 633 | void cx8802_buf_queue(struct cx8802_dev *dev, struct cx88_buffer *buf); |
634 | void cx8802_cancel_buffers(struct cx8802_dev *dev); | 634 | void cx8802_cancel_buffers(struct cx8802_dev *dev); |
635 | 635 | ||
636 | int cx8802_init_common(struct cx8802_dev *dev); | ||
637 | void cx8802_fini_common(struct cx8802_dev *dev); | ||
638 | |||
639 | int cx8802_suspend_common(struct pci_dev *pci_dev, pm_message_t state); | ||
640 | int cx8802_resume_common(struct pci_dev *pci_dev); | ||
641 | |||
642 | /* ----------------------------------------------------------- */ | 636 | /* ----------------------------------------------------------- */ |
643 | /* cx88-video.c*/ | 637 | /* cx88-video.c*/ |
644 | extern const u32 cx88_user_ctrls[]; | 638 | extern const u32 cx88_user_ctrls[]; |