drivers: fingerprint: Kill FEATURE_SPI_WAKELOCK

* Phone doesn't sleep at all with this "feature" enabled
* FP behavior is seemingly equivalent to the valditiyservice
  implementation with this gone
* Yeah, hacky, but so is the driver implementation

Change-Id: Id2be5c6189b0ee18779e03d9d6a62014653c27a8
This commit is contained in:
Kevin F. Haggerty 2016-09-28 05:48:24 -06:00 committed by LuK1337
parent 00e5917be1
commit 3cc95210b9
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
#include <linux/clk.h>
#ifdef ENABLE_SENSORS_FPRINT_SECURE
#define FEATURE_SPI_WAKELOCK
#ifdef FEATURE_SPI_WAKELOCK
#undef FEATURE_SPI_WAKELOCK
#endif
/* fingerprint debug timer */