aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-avr32/fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-avr32/fb.h')
-rw-r--r--include/asm-avr32/fb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-avr32/fb.h b/include/asm-avr32/fb.h
index d22a4a876694..41baf84ad402 100644
--- a/include/asm-avr32/fb.h
+++ b/include/asm-avr32/fb.h
@@ -1,6 +1,7 @@
1#ifndef _ASM_FB_H_ 1#ifndef _ASM_FB_H_
2#define _ASM_FB_H_ 2#define _ASM_FB_H_
3 3
4#include <linux/fb.h>
4#include <linux/fs.h> 5#include <linux/fs.h>
5#include <asm/page.h> 6#include <asm/page.h>
6 7
@@ -12,4 +13,9 @@ static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma,
12 | (_PAGE_BUFFER | _PAGE_DIRTY)); 13 | (_PAGE_BUFFER | _PAGE_DIRTY));
13} 14}
14 15
16static inline int fb_is_primary_device(struct fb_info *info)
17{
18 return 0;
19}
20
15#endif /* _ASM_FB_H_ */ 21#endif /* _ASM_FB_H_ */