diff options
Diffstat (limited to 'include/asm-arm26/fb.h')
-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 new file mode 100644 index 000000000000..9f8c88d05df4 --- /dev/null +++ b/include/asm-arm26/fb.h @@ -0,0 +1,6 @@ +#ifndef _ASM_FB_H_ +#define _ASM_FB_H_ + +#define fb_pgprotect(...) do {} while (0) + +#endif /* _ASM_FB_H_ */ |