Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

oss: Mark loadhex static in hex2hex.c

Nothing outside of hex2hex.c references loadhex.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>

+1 -1
+1 -1
sound/oss/hex2hex.c
··· 12 12 #define MAX_SIZE (256*1024) 13 13 unsigned char buf[MAX_SIZE]; 14 14 15 - int loadhex(FILE *inf, unsigned char *buf) 15 + static int loadhex(FILE *inf, unsigned char *buf) 16 16 { 17 17 int l=0, c, i; 18 18