From: Libin Date: Mon, 15 Apr 2013 02:48:54 +0000 (+0000) Subject: PCI: Use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~143^2~4^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64b001758e778b2b1aad08aa1f6c5896da5f5773;p=pandora-kernel.git PCI: Use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT (*->vm_end - *->vm_start) >> PAGE_SHIFT operation is implemented as an inline funcion vma_pages() in linux/mm.h, so use it. Signed-off-by: Libin Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed