From 791cdc7c561e2e72596388533f959e6d74dc6231 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Tue, 23 Aug 2005 22:47:37 +0100 Subject: [PATCH] vidc gcc4 fix removes an extern for a static variable. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- sound/oss/vidc.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sound/oss/vidc.h') diff --git a/sound/oss/vidc.h b/sound/oss/vidc.h index bab7044572d3..d5b8064dc565 100644 --- a/sound/oss/vidc.h +++ b/sound/oss/vidc.h @@ -10,10 +10,6 @@ * VIDC sound function prototypes */ -/* vidc.c */ - -extern int vidc_busy; - /* vidc_fill.S */ /* -- cgit v1.2.3-59-g8ed1b