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

Commit 6aa97516 authored by Dan Murphy's avatar Dan Murphy Committed by Dmitry Torokhov
Browse files

Input: drv260x - remove unused defines



Removing some #defines that are not and should never be used pertaining to
I2C.

Removing:
define DRV260X_ALLOWED_R_BYTES	25
define DRV260X_ALLOWED_W_BYTES	2
define DRV260X_MAX_RW_RETRIES	5
define DRV260X_I2C_RETRY_DELAY 10

Signed-off-by: default avatarDan Murphy <dmurphy@ti.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 7132fe4f
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -66,11 +66,6 @@
#define DRV260X_LRA_RES_PERIOD	0x22
#define DRV260X_MAX_REG			0x23

#define DRV260X_ALLOWED_R_BYTES	25
#define DRV260X_ALLOWED_W_BYTES	2
#define DRV260X_MAX_RW_RETRIES	5
#define DRV260X_I2C_RETRY_DELAY 10

#define DRV260X_GO_BIT				0x01

/* Library Selection */