Skip to content

Commit

Permalink
input: fpc1020: we don't inline here
Browse files Browse the repository at this point in the history
Signed-off-by: engstk <[email protected]>
  • Loading branch information
engstk committed Nov 22, 2020
1 parent 6c72ce1 commit ade113f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/misc/fpc1020_platform_tee.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
static bool haptic_feedback_disable_fpr = false;
module_param(haptic_feedback_disable_fpr, bool, 0644);

inline void hap_ignore_next_request(void);
void hap_ignore_next_request(void);
#endif

#define FPC_TTW_HOLD_TIME 3000
Expand Down

0 comments on commit ade113f

Please sign in to comment.