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