Commit 15d0580f20f5d3f997e3823bfe39daa3d521a99d

Authored by Paul Gortmaker
1 parent d2d8442d00

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>

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

drivers/input/input-compat.c
... ... @@ -8,6 +8,7 @@
8 8 * the Free Software Foundation.
9 9 */
10 10  
  11 +#include <linux/export.h>
11 12 #include <asm/uaccess.h>
12 13 #include "input-compat.h"
13 14  
drivers/input/input-mt.c
... ... @@ -9,6 +9,7 @@
9 9 */
10 10  
11 11 #include <linux/input/mt.h>
  12 +#include <linux/export.h>
12 13 #include <linux/slab.h>
13 14  
14 15 #define TRKID_SGN ((TRKID_MAX + 1) >> 1)