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:
commit
eb589f1135
3 changed files with 1 additions and 3 deletions
|
@ -1947,7 +1947,7 @@ CONFIG_INPUT_MISC=y
|
||||||
# CONFIG_INPUT_AD714X is not set
|
# CONFIG_INPUT_AD714X is not set
|
||||||
# CONFIG_INPUT_BMA150 is not set
|
# CONFIG_INPUT_BMA150 is not set
|
||||||
# CONFIG_INPUT_E3X0_BUTTON 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_PM8941_PWRKEY is not set
|
||||||
CONFIG_INPUT_QPNP_POWER_ON=y
|
CONFIG_INPUT_QPNP_POWER_ON=y
|
||||||
# CONFIG_INPUT_MMA8450 is not set
|
# CONFIG_INPUT_MMA8450 is not set
|
||||||
|
|
|
@ -38,7 +38,6 @@ LINECOMMENT "//".*\n
|
||||||
#include "srcpos.h"
|
#include "srcpos.h"
|
||||||
#include "dtc-parser.tab.h"
|
#include "dtc-parser.tab.h"
|
||||||
|
|
||||||
YYLTYPE yylloc;
|
|
||||||
extern bool treesource_error;
|
extern bool treesource_error;
|
||||||
|
|
||||||
/* CAUTION: this will stop working if we ever use yyless() or yyunput() */
|
/* CAUTION: this will stop working if we ever use yyless() or yyunput() */
|
||||||
|
|
|
@ -631,7 +631,6 @@ char *yytext;
|
||||||
#include "srcpos.h"
|
#include "srcpos.h"
|
||||||
#include "dtc-parser.tab.h"
|
#include "dtc-parser.tab.h"
|
||||||
|
|
||||||
YYLTYPE yylloc;
|
|
||||||
extern bool treesource_error;
|
extern bool treesource_error;
|
||||||
|
|
||||||
/* CAUTION: this will stop working if we ever use yyless() or yyunput() */
|
/* CAUTION: this will stop working if we ever use yyless() or yyunput() */
|
||||||
|
|
Loading…
Add table
Reference in a new issue