aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2017-09-21 16:41:15 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2017-09-21 16:41:15 -0700
commit9c4089e87a80376071cbedc3f66a16ac028782c5 (patch)
tree9d689bc4b86292680e7f9c9060237a1e3b43fcaf /drivers/input/misc
parentMerge tag 'ib-mfd-many-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into next (diff)
parentmfd: dm355evm_msp: Move header file out of I2C realm (diff)
downloadlinux-dev-9c4089e87a80376071cbedc3f66a16ac028782c5.tar.xz
linux-dev-9c4089e87a80376071cbedc3f66a16ac028782c5.zip
Merge tag 'ib-mfd-input-rtc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into next
Merge "Immutable branch between MFD, Input and RTC due for the v3.14 merge window" to have dm355evm_msp.h header moved into right place.
Diffstat (limited to 'drivers/input/misc')
-rw-r--r--drivers/input/misc/dm355evm_keys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/dm355evm_keys.c b/drivers/input/misc/dm355evm_keys.c
index bab256ef32b9..c803db64a376 100644
--- a/drivers/input/misc/dm355evm_keys.c
+++ b/drivers/input/misc/dm355evm_keys.c
@@ -15,7 +15,7 @@
#include <linux/platform_device.h>
#include <linux/interrupt.h>
-#include <linux/i2c/dm355evm_msp.h>
+#include <linux/mfd/dm355evm_msp.h>
#include <linux/module.h>