提交 56e0873b 编写于 作者: A Adrian Bunk 提交者: David S. Miller

[IOAT]: drivers/dma/iovlock.c: make num_pages_spanned() static

This patch makes the needlessly global num_pages_spanned() static.
Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 882d02d6
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <asm/io.h> #include <asm/io.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
int num_pages_spanned(struct iovec *iov) static int num_pages_spanned(struct iovec *iov)
{ {
return return
((PAGE_ALIGN((unsigned long)iov->iov_base + iov->iov_len) - ((PAGE_ALIGN((unsigned long)iov->iov_base + iov->iov_len) -
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册