diff options
Diffstat (limited to 'scripts/asn1_compiler.c')
-rw-r--r-- | scripts/asn1_compiler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/asn1_compiler.c b/scripts/asn1_compiler.c index c1b7ef3e24c1..c146020fc783 100644 --- a/scripts/asn1_compiler.c +++ b/scripts/asn1_compiler.c | |||
@@ -1319,7 +1319,7 @@ static void render(FILE *out, FILE *hdr) | |||
1319 | fprintf(out, " * ASN.1 parser for %s\n", grammar_name); | 1319 | fprintf(out, " * ASN.1 parser for %s\n", grammar_name); |
1320 | fprintf(out, " */\n"); | 1320 | fprintf(out, " */\n"); |
1321 | fprintf(out, "#include <linux/asn1_ber_bytecode.h>\n"); | 1321 | fprintf(out, "#include <linux/asn1_ber_bytecode.h>\n"); |
1322 | fprintf(out, "#include \"%s-asn1.h\"\n", grammar_name); | 1322 | fprintf(out, "#include \"%s.asn1.h\"\n", grammar_name); |
1323 | fprintf(out, "\n"); | 1323 | fprintf(out, "\n"); |
1324 | if (ferror(out)) { | 1324 | if (ferror(out)) { |
1325 | perror(outputname); | 1325 | perror(outputname); |