aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/nwpserial.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-27 10:46:24 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:28 -0400
commit0e648f42f24f89e24c4dcac534d8e7086c9fd559 (patch)
tree0d9e67bc3a3cbc93655249bb4477a3f68299a5b7 /drivers/tty/serial/nwpserial.c
parent578b9ce0095ff3dd2c3b94508407c3be8fcce68d (diff)
tty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exporters
With module.h being implicitly everywhere via device.h, the absence of explicitly including something for EXPORT_SYMBOL went unnoticed. Since we are heading to fix things up and clean module.h from the device.h file, we need to explicitly include these files now. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/tty/serial/nwpserial.c')
-rw-r--r--drivers/tty/serial/nwpserial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/nwpserial.c b/drivers/tty/serial/nwpserial.c
index 9beaff1cec2..dd4c31d1aee 100644
--- a/drivers/tty/serial/nwpserial.c
+++ b/drivers/tty/serial/nwpserial.c
@@ -10,6 +10,7 @@
*
*/
#include <linux/init.h>
+#include <linux/export.h>
#include <linux/console.h>
#include <linux/serial.h>
#include <linux/serial_reg.h>