X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Foss%2Fsb_card.c;h=de3fd492d0b0bd1fd61fc15c6489796391144aaa;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=07191b3ae706f1153bae5635b9c2596be778ef96;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/sound/oss/sb_card.c b/sound/oss/sb_card.c index 07191b3ae..de3fd492d 100644 --- a/sound/oss/sb_card.c +++ b/sound/oss/sb_card.c @@ -52,7 +52,7 @@ static int __initdata esstype = 0; /* ESS chip type */ static int __initdata acer = 0; /* Do acer notebook init? */ static int __initdata sm_games = 0; /* Logitech soundman games? */ -struct sb_card_config *legacy = NULL; +static struct sb_card_config *legacy = NULL; #ifdef CONFIG_PNP static int __initdata pnp = 1;