mfd: Fix stmpe build warning
authorSamuel Ortiz <sameo@linux.intel.com>
Tue, 20 Dec 2011 17:34:36 +0000 (18:34 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 8 Jan 2012 23:37:45 +0000 (00:37 +0100)
This fixes:

drivers/mfd/stmpe.c:114:1: warning: data definition has no type or storage
class [enabled by default]
drivers/mfd/stmpe.c:114:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' [-Wimplicit-int]

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/stmpe.c

index fc2c6afb31e170b4d0628bac02636d2f2207d80e..f99bc2be34ee82c002b07418b5de3173c060796e 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 #include <linux/gpio.h>
+#include <linux/export.h>
 #include <linux/kernel.h>
 #include <linux/interrupt.h>
 #include <linux/irq.h>
This page took 0.036317 seconds and 5 git commands to generate.