Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

-1
-1
scripts/dtc/dtc-lexer.l
··· 23 23 #include "srcpos.h" 24 24 #include "dtc-parser.tab.h" 25 25 26 - YYLTYPE yylloc; 27 26 extern bool treesource_error; 28 27 29 28 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */