]> 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)
commita9c9242168f97b33353687fbe4366c7043437eee
treea460d6face2e754b2d42c71df34e9c1032f5a101
parent5af1b625cd4c685697ec8196bee58d4a77fbaddb
Input: atmel_mxt_ts - fix multiple <linux/property.h> includes

Both v4.16-rc7 commit a3becc14cf4f ("Input: atmel_mxt_ts - switch from
OF to generic device properties") and v4.16-rc7 commit 4cb775b3d524
("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