aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pwm/pwm-imx-tpm.c
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2020-07-21 19:02:33 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2020-07-21 19:02:33 -0700
commit9b031c86506cef9acae45e61339fcf9deaabb793 (patch)
tree9095d638ba9384f86df8d61dcf1f129c082481e1 /drivers/pwm/pwm-imx-tpm.c
parentInput: synaptics-rmi4 - drop a duplicated word (diff)
parentInput: elan_i2c - add support for high resolution reports (diff)
downloadwireguard-linux-9b031c86506cef9acae45e61339fcf9deaabb793.tar.xz
wireguard-linux-9b031c86506cef9acae45e61339fcf9deaabb793.zip
Merge branch 'elan-i2c' into next
Bring in update to Elan touchpad driver to support newer touchpads with higher resolution.
Diffstat (limited to '')
-rw-r--r--drivers/pwm/pwm-imx-tpm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pwm/pwm-imx-tpm.c b/drivers/pwm/pwm-imx-tpm.c
index 9145f6160649..5f3d7f7e6aef 100644
--- a/drivers/pwm/pwm-imx-tpm.c
+++ b/drivers/pwm/pwm-imx-tpm.c
@@ -18,10 +18,8 @@
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/io.h>
-#include <linux/log2.h>
#include <linux/module.h>
#include <linux/of.h>
-#include <linux/of_address.h>
#include <linux/platform_device.h>
#include <linux/pwm.h>
#include <linux/slab.h>