]> git.proxmox.com Git - mirror_ubuntu-focal-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)
commitd2587800598c119664b22fef55ffa51aeb1da802
treea460d6face2e754b2d42c71df34e9c1032f5a101
parentb297b728138bbd8a844513bc226ec995c553bdb2
Input: atmel_mxt_ts - fix multiple <linux/property.h> includes

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