diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-27 16:46:24 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:31:28 +0100 |
commit | 0e648f42f24f89e24c4dcac534d8e7086c9fd559 (patch) | |
tree | 0d9e67bc3a3cbc93655249bb4477a3f68299a5b7 /drivers/tty/serial/nwpserial.c | |
parent | tty: Add module.h to drivers/tty users who just expect it there. (diff) | |
download | linux-0e648f42f24f89e24c4dcac534d8e7086c9fd559.tar.xz linux-0e648f42f24f89e24c4dcac534d8e7086c9fd559.zip |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/nwpserial.c b/drivers/tty/serial/nwpserial.c index 9beaff1cec24..dd4c31d1aee5 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> |