X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-m68k%2Ffb.h;h=380b97ae8157fa2d7762db1cf99dceda2f59cf4d;hb=82248a5e92793014d156a12dbcbba633794ce9f8;hp=f78bad476b089f9cbf3f804821c034ef26abc50f;hpb=10eb2659cc6059d0c4de2e2c66d1534091519f56;p=linux-2.6 diff --git a/include/asm-m68k/fb.h b/include/asm-m68k/fb.h index f78bad476b..380b97ae81 100644 --- a/include/asm-m68k/fb.h +++ b/include/asm-m68k/fb.h @@ -1,6 +1,7 @@ #ifndef _ASM_FB_H_ #define _ASM_FB_H_ +#include #include #include #include @@ -25,4 +26,9 @@ static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, } #endif /* CONFIG_SUN3 */ +static inline int fb_is_primary_device(struct fb_info *info) +{ + return 0; +} + #endif /* _ASM_FB_H_ */