Merge tag 'drm-intel-next-fixes-2020-04-02' of git://anongit.freedesktop.org/drm...
[linux-2.6-microblaze.git] / scripts / dtc / dtc-lexer.l
index 5c6c3fd..b3b7270 100644 (file)
@@ -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() */