diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-06-25 17:54:22 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-25 19:24:23 -0400 |
commit | 5cdb7b48d0d5963e40bb6621bfa7b2d5fddc4562 (patch) | |
tree | 688a3cb63460d52b499528e99d1c35b8adb9935d /drivers | |
parent | b659980014a7f45bfd6a1da9039a0498a28b7a63 (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')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 1 |
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 | ||
438 | extern char *cx88_pci_irqs[32]; | ||
439 | extern char *cx88_vid_irqs[32]; | 438 | extern char *cx88_vid_irqs[32]; |
440 | extern char *cx88_mpeg_irqs[32]; | 439 | extern char *cx88_mpeg_irqs[32]; |
441 | extern void cx88_print_irqbits(char *name, char *tag, char **strings, | 440 | extern void cx88_print_irqbits(char *name, char *tag, char **strings, |