diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-07-31 10:19:13 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-07-31 10:19:13 -0700 |
| commit | 902583a46d726d57331fe1698489527697f11df4 (patch) | |
| tree | 34d2f8de194d9bb741c5dbc33019612ab7fca76d /include/linux | |
| parent | 25d359f4e45d4ea175e27eeb8dc8957830487f54 (diff) | |
| parent | 5d244099f0fff9d431333c1c49f2d5bb2d48d16b (diff) | |
Merge "ft5x06: Set input property bit to indicate a direct input device"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/input/ft5x06_ts.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/input/ft5x06_ts.h b/include/linux/input/ft5x06_ts.h index b2fb3c4a56ae..a9577b62cb07 100644 --- a/include/linux/input/ft5x06_ts.h +++ b/include/linux/input/ft5x06_ts.h @@ -24,8 +24,8 @@ struct ft5x06_ts_platform_data { u32 y_max; u32 irq_gpio; u32 reset_gpio; - int (*power_init) (bool); - int (*power_on) (bool); + int (*power_init)(bool); + int (*power_on)(bool); }; #endif |
