diff options
Diffstat (limited to 'include/asm-i386')
-rw-r--r-- | include/asm-i386/fb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-i386/fb.h b/include/asm-i386/fb.h index d30073c7558..d1c6297d4a6 100644 --- a/include/asm-i386/fb.h +++ b/include/asm-i386/fb.h @@ -1,9 +1,12 @@ #ifndef _ASM_FB_H_ #define _ASM_FB_H_ +#include <linux/fb.h> #include <linux/fs.h> #include <asm/page.h> +extern int fb_is_primary_device(struct fb_info *info); + static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off) { |