Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08533567 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: atmel_mxt_ts: Allow driver to compile in all scenarios"

parents f040eafb d733d065
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2678,6 +2678,15 @@ static const struct dev_pm_ops mxt_pm_ops = {
	.resume		= mxt_resume,
#endif
};
#else
static int mxt_suspend(struct device *dev)
{
	return 0;
};
static int mxt_resume(struct device *dev)
{
	return 0;
};
#endif

static int mxt_debug_suspend_set(void *_data, u64 val)