blackfin: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
These particular files were just assuming that module.h was somehow in the include paths. Give them the more minimalist header file explicitly. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
@@ -41,6 +41,7 @@ asmlinkage void *sys_dma_memcpy(void *dest, const void *src, size_t len)
|
||||
|
||||
#if defined(CONFIG_FB) || defined(CONFIG_FB_MODULE)
|
||||
#include <linux/fb.h>
|
||||
#include <linux/export.h>
|
||||
unsigned long get_fb_unmapped_area(struct file *filp, unsigned long orig_addr,
|
||||
unsigned long len, unsigned long pgoff, unsigned long flags)
|
||||
{
|
||||
|
Reference in New Issue
Block a user