Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54881
b: refs/heads/master
c: 7bf1ea3
h: refs/heads/master
i:
  54879: b755ff5
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed May 8, 2007
1 parent 0ac9c1c commit c7c4265
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 60b59beafba875aef6d378078bce0baf2287ae14
refs/heads/master: 7bf1ea33ad70cf49638092367d52859fbbc44fee
4 changes: 2 additions & 2 deletions trunk/drivers/video/fb_defio.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ static struct page* fb_deferred_io_nopage(struct vm_area_struct *vma,
}

/* vm_ops->page_mkwrite handler */
int fb_deferred_io_mkwrite(struct vm_area_struct *vma,
struct page *page)
static int fb_deferred_io_mkwrite(struct vm_area_struct *vma,
struct page *page)
{
struct fb_info *info = vma->vm_private_data;
struct fb_deferred_io *fbdefio = info->fbdefio;
Expand Down

0 comments on commit c7c4265

Please sign in to comment.