input: touchscreen: xiaomi: Move xiaomi_touch_set_suspend_state up

Change-Id: If5d0efede26fbf1b16c46a5c628655c6eb2b41ce
This commit is contained in:
Arian 2023-06-16 14:39:18 +02:00 committed by Jens Reidel
parent c20b8d1d58
commit 3c2c3f934a
No known key found for this signature in database
GPG Key ID: 23C1E5F512C12303

View File

@ -189,10 +189,10 @@ extern int update_touch_rawdata(void);
extern void last_touch_events_collect(int slot, int state);
int xiaomi_touch_set_suspend_state(int state);
extern int notify_gesture_single_tap(void);
extern int update_fod_press_status(int value);
int xiaomi_touch_set_suspend_state(int state);
#endif