Skip to content
Snippets Groups Projects
Commit 15d0580f authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent d2d8442d
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
* the Free Software Foundation.
*/
#include <linux/export.h>
#include <asm/uaccess.h>
#include "input-compat.h"
......
......@@ -9,6 +9,7 @@
*/
#include <linux/input/mt.h>
#include <linux/export.h>
#include <linux/slab.h>
#define TRKID_SGN ((TRKID_MAX + 1) >> 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment