diff options
Diffstat (limited to 'include/asm-v850/fb.h')
-rw-r--r-- | include/asm-v850/fb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-v850/fb.h b/include/asm-v850/fb.h new file mode 100644 index 0000000..9f8c88d --- /dev/null +++ b/include/asm-v850/fb.h @@ -0,0 +1,6 @@ +#ifndef _ASM_FB_H_ +#define _ASM_FB_H_ + +#define fb_pgprotect(...) do {} while (0) + +#endif /* _ASM_FB_H_ */ |