Commit fc3e8c96 authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] Fix gcc 4 compilation in bttv

extern declaration of static
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 41283984
......@@ -219,7 +219,6 @@ struct tvcard
};
extern struct tvcard bttv_tvcards[];
extern const unsigned int bttv_num_tvcards;
/* identification / initialization of the card */
extern void bttv_idcard(struct bttv *btv);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment