Merge pull request #1 from JamiKettunen/hide-mouse-cursor

Hide mouse cursor & fix building on recent binutils hosts such as Arch
This commit is contained in:
Florian Leeber 2020-12-18 13:31:02 +01:00 committed by GitHub
commit eb589f1135
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View file

@ -1947,7 +1947,7 @@ CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
# CONFIG_INPUT_BMA150 is not set
# CONFIG_INPUT_E3X0_BUTTON is not set
CONFIG_INPUT_HBTP_INPUT=y
# CONFIG_INPUT_HBTP_INPUT is not set
# CONFIG_INPUT_PM8941_PWRKEY is not set
CONFIG_INPUT_QPNP_POWER_ON=y
# CONFIG_INPUT_MMA8450 is not set

View file

@ -38,7 +38,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() */

View file

@ -631,7 +631,6 @@ char *yytext;
#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() */