Skip to content

Commit bb36d37

Browse files
committed
Merge tag 'devicetree-fixes-for-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Pull Devicetree fix from Rob Herring: "A single fix for building dtc with GCC 10" * tag 'devicetree-fixes-for-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: scripts/dtc: Remove redundant YYLOC global declaration
2 parents 1fa8cb0 + e33a814 commit bb36d37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/dtc/dtc-lexer.l

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ LINECOMMENT "//".*\n
2323
#include "srcpos.h"
2424
#include "dtc-parser.tab.h"
2525

26-
YYLTYPE yylloc;
2726
extern bool treesource_error;
2827

2928
/* CAUTION: this will stop working if we ever use yyless() or yyunput() */

0 commit comments

Comments
 (0)