diff options
Diffstat (limited to 'include/asm-arm26')
-rw-r--r-- | include/asm-arm26/fb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-arm26/fb.h b/include/asm-arm26/fb.h index 9f8c88d05df..c7df3803099 100644 --- a/include/asm-arm26/fb.h +++ b/include/asm-arm26/fb.h @@ -1,6 +1,12 @@ #ifndef _ASM_FB_H_ #define _ASM_FB_H_ +#include <linux/fb.h> #define fb_pgprotect(...) do {} while (0) +static inline int fb_is_primary_device(struct fb_info *info) +{ + return 0; +} + #endif /* _ASM_FB_H_ */ |