]> git.baikalelectronics.ru Git - kernel.git/commit
Input: atmel_mxt_ts - fix multiple <linux/property.h> includes
authorGeorge G. Davis <ggdavisiv@gmail.com>
Sat, 29 Sep 2018 00:19:34 +0000 (17:19 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 29 Sep 2018 00:33:54 +0000 (17:33 -0700)
commit37c9e7be0733312c91070f1c38fda702cb29bcfb
treea460d6face2e754b2d42c71df34e9c1032f5a101
parentb8df6438f6201a9f17a05fc2124705af498a8be5
Input: atmel_mxt_ts - fix multiple <linux/property.h> includes

Both v4.16-rc7 commit 1da060e32480 ("Input: atmel_mxt_ts - switch from
OF to generic device properties") and v4.16-rc7 commit dec7f8449153
("Input: atmel_mxt_ts - remove platform data support") added includes of
"<linux/property.h>".  Remove one of the duplicate includes to fix this.

Signed-off-by: George G. Davis <george_davis@mentor.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/atmel_mxt_ts.c