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

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
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/export.h>
/* Number of bytes to reserve for the iomem resource */ /* Number of bytes to reserve for the iomem resource */
#define ATMEL_TC_IOMEM_SIZE 256 #define ATMEL_TC_IOMEM_SIZE 256
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/uaccess.h> #include <linux/uaccess.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/export.h>
#include <asm/io_apic.h> #include <asm/io_apic.h>
#include "gru.h" #include "gru.h"
#include "grulib.h" #include "grulib.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment