Browse Source

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>
Paul Gortmaker 13 years ago
parent
commit
15d0580f20
2 changed files with 2 additions and 0 deletions
  1. 1 0
      drivers/input/input-compat.c
  2. 1 0
      drivers/input/input-mt.c

+ 1 - 0
drivers/input/input-compat.c

@@ -8,6 +8,7 @@
  * the Free Software Foundation.
  * the Free Software Foundation.
  */
  */
 
 
+#include <linux/export.h>
 #include <asm/uaccess.h>
 #include <asm/uaccess.h>
 #include "input-compat.h"
 #include "input-compat.h"
 
 

+ 1 - 0
drivers/input/input-mt.c

@@ -9,6 +9,7 @@
  */
  */
 
 
 #include <linux/input/mt.h>
 #include <linux/input/mt.h>
+#include <linux/export.h>
 #include <linux/slab.h>
 #include <linux/slab.h>
 
 
 #define TRKID_SGN	((TRKID_MAX + 1) >> 1)
 #define TRKID_SGN	((TRKID_MAX + 1) >> 1)