aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-v850/fb.h
diff options
context:
space:
mode:
authorAntonino A. Daplas <adaplas@gmail.com>2007-07-17 04:05:27 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-17 10:23:11 -0700
commit10eb2659cc6059d0c4de2e2c66d1534091519f56 (patch)
tree804a53c7a3fd6fb4ef72454a0d962c3883bbb828 /include/asm-v850/fb.h
parentfbcon: use struct device instead of struct class_device (diff)
downloadlinux-dev-10eb2659cc6059d0c4de2e2c66d1534091519f56.tar.xz
linux-dev-10eb2659cc6059d0c4de2e2c66d1534091519f56.zip
fbdev: move arch-specific bits to their respective subdirectories
Move arch-specific bits of fb_mmap() to their respective subdirectories [bob.picco@hp.com: efi_range_is_wc is referenced but not declared] [bunk@stusta.de: fix include/asm-m68k/fb.h] Signed-off-by: Antonino Daplas <adaplas@gmail.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r--include/asm-v850/fb.h6
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 000000000000..9f8c88d05df4
--- /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_ */