From b13702cd56c000816d2cef7d8a4141587bbac1d3 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 10 Jul 2011 12:14:53 -0400 Subject: [PATCH] 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 --- drivers/char/ttyprintk.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5