|
@@ -49,6 +49,7 @@
|
|
#include <linux/interrupt.h>
|
|
#include <linux/interrupt.h>
|
|
#include <linux/ctype.h>
|
|
#include <linux/ctype.h>
|
|
#include <linux/dma-mapping.h>
|
|
#include <linux/dma-mapping.h>
|
|
|
|
+#include <linux/platform_device.h>
|
|
|
|
|
|
#include <asm/mach-au1x00/au1000.h>
|
|
#include <asm/mach-au1x00/au1000.h>
|
|
|
|
|
|
@@ -406,7 +407,7 @@ int au1100fb_fb_mmap(struct fb_info *fbi, struct vm_area_struct *vma)
|
|
|
|
|
|
vma->vm_flags |= VM_IO;
|
|
vma->vm_flags |= VM_IO;
|
|
|
|
|
|
- if (io_remap_page_range(vma, vma->vm_start, off,
|
|
|
|
|
|
+ if (io_remap_pfn_range(vma, vma->vm_start, off >> PAGE_SHIFT,
|
|
vma->vm_end - vma->vm_start,
|
|
vma->vm_end - vma->vm_start,
|
|
vma->vm_page_prot)) {
|
|
vma->vm_page_prot)) {
|
|
return -EAGAIN;
|
|
return -EAGAIN;
|