input: touchscreen: focaltech_spi: Fix prototype errors

Change-Id: I52edce3de079a1ec152db577608c1d36891c1e18
This commit is contained in:
Giovanni Ricca 2024-01-11 15:33:21 +00:00
parent 6ebffd5175
commit 0597ad2b55
No known key found for this signature in database

View File

@ -1752,7 +1752,7 @@ static void fts_restore_mode_value(int mode, int value_type)
xiaomi_touch_interfaces.touch_mode[mode][value_type];
}
static void fts_restore_normal_mode()
static void fts_restore_normal_mode(void)
{
int i;
int temp_value;
@ -1879,7 +1879,7 @@ static void fts_power_status_handler(struct fts_ts_data *ts_data, int value)
}
}
static void fts_enter_doze_status()
static void fts_enter_doze_status(void)
{
int ret = 0;
int cnt = 3;