mfd: stmpe: Get rid of irq_invert_polarity
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 28 Nov 2012 18:47:15 +0000 (00:17 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 30 Nov 2012 10:54:51 +0000 (11:54 +0100)
commit12a5105e04143569b3e9e5ef03cf9cad8862473a
tree5b7d525f7e26789c07e166f4e50b9a4dbac650b8
parent4e1328be4d4e4967d54bf7ae3b0805ec53fc4f91
mfd: stmpe: Get rid of irq_invert_polarity

Since the very first patch, stmpe core driver is using irq_invert_polarity as
part of platform data. But, nobody is actually using it in kernel till now.

Also, this is not something part of hardware specs, but is included to cater
some board mistakes or quirks.

So, better get rid of it. This is earlier discussed here:

https://lkml.org/lkml/2012/11/27/636

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/stmpe.c
include/linux/mfd/stmpe.h