summaryrefslogtreecommitdiffstats
path: root/drivers/input/input-mt.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-10-25 20:51:47 +0200
committerPaul Gortmaker2011-11-01 00:31:16 +0100
commit15d0580f20f5d3f997e3823bfe39daa3d521a99d (patch)
tree850b48b4ec2c17656c581cdcda2b493a4de582b3 /drivers/input/input-mt.c
parentdrivers/input: Add module.h to modular drivers implicitly using it (diff)
downloadkernel-qcow2-linux-15d0580f20f5d3f997e3823bfe39daa3d521a99d.tar.gz
kernel-qcow2-linux-15d0580f20f5d3f997e3823bfe39daa3d521a99d.tar.xz
kernel-qcow2-linux-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)