Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

George G. Davis and committed by
Dmitry Torokhov
d2587800 b297b728

-1
-1
drivers/input/touchscreen/atmel_mxt_ts.c
··· 29 29 #include <linux/property.h> 30 30 #include <linux/slab.h> 31 31 #include <linux/gpio/consumer.h> 32 - #include <linux/property.h> 33 32 #include <asm/unaligned.h> 34 33 #include <media/v4l2-device.h> 35 34 #include <media/v4l2-ioctl.h>