diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/88pm860x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/88pm860x.h b/include/linux/mfd/88pm860x.h index d7edf11784f5..80bc82a7ac96 100644 --- a/include/linux/mfd/88pm860x.h +++ b/include/linux/mfd/88pm860x.h | |||
@@ -343,6 +343,7 @@ struct pm860x_touch_pdata { | |||
343 | int tsi_prebias; /* time, slot */ | 343 | int tsi_prebias; /* time, slot */ |
344 | int pen_prebias; /* time, slot */ | 344 | int pen_prebias; /* time, slot */ |
345 | int pen_prechg; /* time, slot */ | 345 | int pen_prechg; /* time, slot */ |
346 | int res_x; /* resistor of Xplate */ | ||
346 | unsigned long flags; | 347 | unsigned long flags; |
347 | }; | 348 | }; |
348 | 349 | ||