Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers/char: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required

They will need it called out explicitly in the near future due
to a module.h usage cleanup that removes its implicit presence
everywhere.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

+2
+1
drivers/char/mem.c
··· 26 26 #include <linux/bootmem.h> 27 27 #include <linux/splice.h> 28 28 #include <linux/pfn.h> 29 + #include <linux/export.h> 29 30 30 31 #include <asm/uaccess.h> 31 32 #include <asm/io.h>
+1
drivers/char/ttyprintk.c
··· 17 17 #include <linux/device.h> 18 18 #include <linux/serial.h> 19 19 #include <linux/tty.h> 20 + #include <linux/export.h> 20 21 21 22 struct ttyprintk_port { 22 23 struct tty_port port;