From 155542c271ba76fec37146b26aea1001019eb60d Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sat, 25 Jun 2005 14:58:53 -0700 Subject: [PATCH] sound/oss/: cleanups This patch contains cleanups including the following: - make needlessly global code static Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- sound/oss/nm256.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/oss/nm256.h') diff --git a/sound/oss/nm256.h b/sound/oss/nm256.h index eae7d99d682..76233176532 100644 --- a/sound/oss/nm256.h +++ b/sound/oss/nm256.h @@ -284,7 +284,7 @@ nm256_readBuffer8 (struct nm256_info *card, u8 *dst, int port, int offset, } /* Returns a non-zero value if we should use the coefficient cache. */ -extern int nm256_cachedCoefficients (struct nm256_info *card); +static int nm256_cachedCoefficients (struct nm256_info *card); #endif -- cgit v1.2.3