]> 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, 28 Jul 2011 03:43:42 +0000 (23:43 -0400)
commit0e9f01df009e62a169d54aa7074b0aed9ea46513
treef36aa66c658087f283191edee447e706dc4f5ce2
parent9feb861d40c5771f894a365e741a71be2d9b6550
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