summaryrefslogtreecommitdiffstats
path: root/dmascc
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-30 07:05:52 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-02-06 23:43:46 +0100
commit3c0d6da9087949165f992e93b99c87d4757557cd (patch)
tree037ba3f631263b11c381d7484083efaec3ef8a08 /dmascc
parent986e997707b64633f64e15beeae131f01c22f7df (diff)
dmascc: Mark usage() function static.
It's not used anywhere else. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'dmascc')
-rw-r--r--dmascc/dmascc_cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmascc/dmascc_cfg.c b/dmascc/dmascc_cfg.c
index fc4ae4c..229090e 100644
--- a/dmascc/dmascc_cfg.c
+++ b/dmascc/dmascc_cfg.c
@@ -60,7 +60,7 @@ struct scc_param {
int reserved[35];
};
-void usage(void)
+static void usage(void)
{
fprintf(stderr,
"usage: dmascc_cfg <interface> [ options ... ]\n\n"