]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exporters
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 May 2011 14:46:24 +0000 (10:46 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Aug 2011 21:31:27 +0000 (17:31 -0400)
commitfcb3ac635de23b1a1438940970c75ed6c1699057
tree79311b40d4a58d22dc9f56a453001f74cac2bb98
parent0d5eb285fb859d347bd392d9ece7e73edd7074bb
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>
drivers/tty/serial/nwpserial.c
drivers/tty/vt/vc_screen.c