projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60b59be
)
make fb_deferred_io_mkwrite() static
author
Adrian Bunk
<
[email protected]
>
Tue, 8 May 2007 07:37:38 +0000
(
00:37
-0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 8 May 2007 18:15:26 +0000
(11:15 -0700)
Signed-off-by: Adrian Bunk <
[email protected]
>
Cc: Jaya Kumar <
[email protected]
>
Cc: Antonino Daplas <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/fb_defio.c
patch
|
blob
|
history
diff --git
a/drivers/video/fb_defio.c
b/drivers/video/fb_defio.c
index cc780f4e183da795ed7eb9c6b5e295778c2dffcb..65f4e6ee7f943540c3a09b87fc128f5aa0263ea8 100644
(file)
--- a/
drivers/video/fb_defio.c
+++ b/
drivers/video/fb_defio.c
@@
-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;