8 static inline void fb_pgprotect(struct file
*file
, struct vm_area_struct
*vma
,
11 vma
->vm_page_prot
= __pgprot((pgprot_val(vma
->vm_page_prot
)
13 | (_PAGE_BUFFER
| _PAGE_DIRTY
));
16 static inline int fb_is_primary_device(struct fb_info
*info
)
21 #endif /* _ASM_FB_H_ */