aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2005-01-09 16:51:25 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-09 16:51:25 -0800
commitfc3e8c967092bb96d7a84afeab82077c2f98c55b (patch)
treed1c580dc68bc5cf7961750637140435707b8bf7e /drivers
parent412839841fb7121546dfc28cdd2d2c35b72ebd23 (diff)
downloadhistory-fc3e8c967092bb96d7a84afeab82077c2f98c55b.tar.gz
[PATCH] Fix gcc 4 compilation in bttv
extern declaration of static Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/bttv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/bttv.h b/drivers/media/video/bttv.h
index 179f91cf7eb0d9..3039b40bb80b26 100644
--- a/drivers/media/video/bttv.h
+++ b/drivers/media/video/bttv.h
@@ -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);