mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 04:06:22 +00:00
[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>
This commit is contained in:
parent
b659980014
commit
5cdb7b48d0
1 changed files with 0 additions and 1 deletions
|
@ -435,7 +435,6 @@ struct cx8802_dev {
|
|||
/* ----------------------------------------------------------- */
|
||||
/* cx88-core.c */
|
||||
|
||||
extern char *cx88_pci_irqs[32];
|
||||
extern char *cx88_vid_irqs[32];
|
||||
extern char *cx88_mpeg_irqs[32];
|
||||
extern void cx88_print_irqbits(char *name, char *tag, char **strings,
|
||||
|
|
Loading…
Reference in a new issue