From: Paul Gortmaker Date: Sun, 10 Jul 2011 16:14:53 +0000 (-0400) Subject: drivers/char: Add export.h for THIS_MODULE to ttyprintk.c X-Git-Tag: next-20110729~14^2~65 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f54cc50785cb9abfab8d33ae51afd1a9136ed7f9;p=karo-tx-linux.git drivers/char: Add export.h for THIS_MODULE to ttyprintk.c It will need it called out explicitly in the near future due to a module.h usage cleanup. Signed-off-by: Paul Gortmaker --- diff --git a/drivers/char/ttyprintk.c b/drivers/char/ttyprintk.c index a1f68af4ccf4..071003843f17 100644 --- a/drivers/char/ttyprintk.c +++ b/drivers/char/ttyprintk.c @@ -17,6 +17,7 @@ #include #include #include +#include struct ttyprintk_port { struct tty_port port;