aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/input-mt.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-25 14:51:47 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:16 -0400
commit15d0580f20f5d3f997e3823bfe39daa3d521a99d (patch)
tree850b48b4ec2c17656c581cdcda2b493a4de582b3 /drivers/input/input-mt.c
parentdrivers/input: Add module.h to modular drivers implicitly using it (diff)
downloadlinux-dev-15d0580f20f5d3f997e3823bfe39daa3d521a99d.tar.xz
linux-dev-15d0580f20f5d3f997e3823bfe39daa3d521a99d.zip
drivers/input: add export.h to symbol exporting files.
These files are not modules but are exporting symbols and/or making use of THIS_MODULE macro. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/input/input-mt.c')
-rw-r--r--drivers/input/input-mt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/input-mt.c b/drivers/input/input-mt.c
index 9150ee78e00a..f658086fbbe0 100644
--- a/drivers/input/input-mt.c
+++ b/drivers/input/input-mt.c
@@ -9,6 +9,7 @@
*/
#include <linux/input/mt.h>
+#include <linux/export.h>
#include <linux/slab.h>
#define TRKID_SGN ((TRKID_MAX + 1) >> 1)