arm: Add export.h to ARM specific files as required.
These files all make use of one of the EXPORT_SYMBOL variants or the THIS_MODULE macro. So they will need <linux/export.h> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include <linux/types.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/gpio.h>
|
||||
#include <linux/export.h>
|
||||
#include <asm/hardware/iop3xx.h>
|
||||
|
||||
void gpio_line_config(int line, int direction)
|
||||
|
Reference in New Issue
Block a user