|
@@ -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)
|
|
|
{
|