projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ccd991
)
oss: Mark loadhex static in hex2hex.c
author
Josh Triplett
<josh@joshtriplett.org>
Fri, 16 Oct 2009 23:03:49 +0000
(16:03 -0700)
committer
Josh Triplett
<josh@joshtriplett.org>
Sun, 15 Nov 2009 23:01:42 +0000
(15:01 -0800)
Nothing outside of hex2hex.c references loadhex.
Signed-off-by: Josh Triplett <josh@joshtriplett.org>
sound/oss/hex2hex.c
patch
|
blob
|
history
diff --git
a/sound/oss/hex2hex.c
b/sound/oss/hex2hex.c
index
5460faa
..
041ef5c
100644
(file)
--- a/
sound/oss/hex2hex.c
+++ b/
sound/oss/hex2hex.c
@@
-12,7
+12,7
@@
#define MAX_SIZE (256*1024)
unsigned char buf[MAX_SIZE];
-int loadhex(FILE *inf, unsigned char *buf)
+
static
int loadhex(FILE *inf, unsigned char *buf)
{
int l=0, c, i;