提交 7bf1ea33 编写于 作者: A Adrian Bunk 提交者: Linus Torvalds

make fb_deferred_io_mkwrite() static

Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Cc: Jaya Kumar <jayakumar.lkml@gmail.com>
Cc: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 60b59bea
...@@ -48,8 +48,8 @@ static struct page* fb_deferred_io_nopage(struct vm_area_struct *vma, ...@@ -48,8 +48,8 @@ static struct page* fb_deferred_io_nopage(struct vm_area_struct *vma,
} }
/* vm_ops->page_mkwrite handler */ /* vm_ops->page_mkwrite handler */
int fb_deferred_io_mkwrite(struct vm_area_struct *vma, static int fb_deferred_io_mkwrite(struct vm_area_struct *vma,
struct page *page) struct page *page)
{ {
struct fb_info *info = vma->vm_private_data; struct fb_info *info = vma->vm_private_data;
struct fb_deferred_io *fbdefio = info->fbdefio; struct fb_deferred_io *fbdefio = info->fbdefio;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册