aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/include/asm/fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/include/asm/fb.h')
-rw-r--r--arch/alpha/include/asm/fb.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/alpha/include/asm/fb.h b/arch/alpha/include/asm/fb.h
new file mode 100644
index 00000000..fa9bbb96
--- /dev/null
+++ b/arch/alpha/include/asm/fb.h
@@ -0,0 +1,13 @@
+#ifndef _ASM_FB_H_
+#define _ASM_FB_H_
+#include <linux/device.h>
+
+/* Caching is off in the I/O space quadrant by design. */
+#define fb_pgprotect(...) do {} while (0)
+
+static inline int fb_is_primary_device(struct fb_info *info)
+{
+ return 0;
+}
+
+#endif /* _ASM_FB_H_ */