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

Commit 7a32129a authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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



We will need this to avoid build failures pending a future implicit
module.h presence cleanup.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent eb12a679
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/export.h>

/* Number of bytes to reserve for the iomem resource */
#define ATMEL_TC_IOMEM_SIZE	256
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
#include <linux/interrupt.h>
#include <linux/uaccess.h>
#include <linux/delay.h>
#include <linux/export.h>
#include <asm/io_apic.h>
#include "gru.h"
#include "grulib.h"