1
0
Fork 0

Input: da9052_tsi - remove unused mutex

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
hifive-unleashed-5.1
Marcus Folkesson 2018-01-22 09:27:37 -08:00 committed by Dmitry Torokhov
parent a4d5569eb2
commit aac21bbbf7
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ struct da9052_tsi {
struct da9052 *da9052;
struct input_dev *dev;
struct delayed_work ts_pen_work;
struct mutex mutex;
bool stopped;
bool adc_on;
};