~ubuntu-branches/ubuntu/quantal/linux-ti-omap4/quantal-proposed

« back to all changes in this revision

Viewing changes to include/linux/mm.h

  • Committer: Package Import Robot
  • Author(s): Brad Figg, Brad Figg
  • Date: 2013-06-08 09:09:23 UTC
  • Revision ID: package-import@ubuntu.com-20130608090923-ibtnp6edtrn3sxik
Tags: 3.5.0-226.39
[ Brad Figg ]

UBUNTU: Fixup missing abi files causing FTBS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1504
1504
                        unsigned long pfn);
1505
1505
int vm_insert_mixed(struct vm_area_struct *vma, unsigned long addr,
1506
1506
                        unsigned long pfn);
 
1507
int vm_iomap_memory(struct vm_area_struct *vma, phys_addr_t start, unsigned long len);
 
1508
 
1507
1509
 
1508
1510
struct page *follow_page(struct vm_area_struct *, unsigned long address,
1509
1511
                        unsigned int foll_flags);