X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=blobdiff_plain;f=include%2Fasm-parisc%2Ffb.h;h=4d503a023ab2b150566211ac931e3b3360d1a001;hp=d5e47edf5321249acc1a67ed5a19a6a81c24b4ad;hb=317b3c2167f5326a7de30a1abe50c9897da7a0e3;hpb=10eb2659cc6059d0c4de2e2c66d1534091519f56 diff --git a/include/asm-parisc/fb.h b/include/asm-parisc/fb.h index d5e47ed..4d503a0 100644 --- a/include/asm-parisc/fb.h +++ b/include/asm-parisc/fb.h @@ -1,6 +1,7 @@ #ifndef _ASM_FB_H_ #define _ASM_FB_H_ +#include #include #include @@ -10,4 +11,9 @@ static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE; } +static inline int fb_is_primary_device(struct fb_info *info) +{ + return 0; +} + #endif /* _ASM_FB_H_ */