Commit ad0cd62a authored by Josh Triplett's avatar Josh Triplett

arch/alpha/boot/tools/objstrip.c: Mark "usage" static

Nothing outside of arch/alpha/boot/tools/objstrip.c references the usage
function.
Signed-off-by: default avatarJosh Triplett <josh@joshtriplett.org>
parent 1b98c00b
......@@ -35,7 +35,7 @@
const char * prog_name;
void
static void
usage (void)
{
fprintf(stderr,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment