aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@brturbo.com.br>2005-06-25 17:54:22 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-25 19:24:23 -0400
commit5cdb7b48d0d5963e40bb6621bfa7b2d5fddc4562 (patch)
tree688a3cb63460d52b499528e99d1c35b8adb9935d /drivers/media
parentb659980014a7f45bfd6a1da9039a0498a28b7a63 (diff)
[PATCH] cx88 build fix
static declaration of cx88_pci_irqs follows non-static. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/cx88/cx88.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h
index ac0dc27bb38f..867e988a5a93 100644
--- a/drivers/media/video/cx88/cx88.h
+++ b/drivers/media/video/cx88/cx88.h
@@ -435,7 +435,6 @@ struct cx8802_dev {
435/* ----------------------------------------------------------- */ 435/* ----------------------------------------------------------- */
436/* cx88-core.c */ 436/* cx88-core.c */
437 437
438extern char *cx88_pci_irqs[32];
439extern char *cx88_vid_irqs[32]; 438extern char *cx88_vid_irqs[32];
440extern char *cx88_mpeg_irqs[32]; 439extern char *cx88_mpeg_irqs[32];
441extern void cx88_print_irqbits(char *name, char *tag, char **strings, 440extern void cx88_print_irqbits(char *name, char *tag, char **strings,