Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66300e66 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent c22405c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
#include <linux/bootmem.h>
#include <linux/splice.h>
#include <linux/pfn.h>
#include <linux/export.h>

#include <asm/uaccess.h>
#include <asm/io.h>
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include <linux/device.h>
#include <linux/serial.h>
#include <linux/tty.h>
#include <linux/export.h>

struct ttyprintk_port {
	struct tty_port port;