diff options
Diffstat (limited to 'firmware/ihex2fw.c')
-rw-r--r-- | firmware/ihex2fw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/ihex2fw.c b/firmware/ihex2fw.c index 8f7fdaa9e010..5a03ba8c8364 100644 --- a/firmware/ihex2fw.c +++ b/firmware/ihex2fw.c | |||
@@ -56,7 +56,7 @@ static int output_records(int outfd); | |||
56 | static int sort_records = 0; | 56 | static int sort_records = 0; |
57 | static int wide_records = 0; | 57 | static int wide_records = 0; |
58 | 58 | ||
59 | int usage(void) | 59 | static int usage(void) |
60 | { | 60 | { |
61 | fprintf(stderr, "ihex2fw: Convert ihex files into binary " | 61 | fprintf(stderr, "ihex2fw: Convert ihex files into binary " |
62 | "representation for use by Linux kernel\n"); | 62 | "representation for use by Linux kernel\n"); |