diff options
author | 2020-03-27 11:02:52 -0700 | |
---|---|---|
committer | 2020-03-27 11:02:52 -0700 | |
commit | bb36d37e29d4e355fdffb4cd932cbb60e25e7e02 (patch) | |
tree | e5fb62902c358541d2d1c90df8da240229c96f00 | |
parent | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux (diff) | |
parent | scripts/dtc: Remove redundant YYLOC global declaration (diff) | |
download | wireguard-linux-bb36d37e29d4e355fdffb4cd932cbb60e25e7e02.tar.xz wireguard-linux-bb36d37e29d4e355fdffb4cd932cbb60e25e7e02.zip |
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
-rw-r--r-- | scripts/dtc/dtc-lexer.l | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l index 5c6c3fd557d7..b3b7270300de 100644 --- a/scripts/dtc/dtc-lexer.l +++ b/scripts/dtc/dtc-lexer.l @@ -23,7 +23,6 @@ LINECOMMENT "//".*\n #include "srcpos.h" #include "dtc-parser.tab.h" -YYLTYPE yylloc; extern bool treesource_error; /* CAUTION: this will stop working if we ever use yyless() or yyunput() */ |