summaryrefslogtreecommitdiffstats
path: root/arch/frv/include/asm/fb.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2009-04-17 02:35:26 +0200
committerDavid S. Miller <davem@davemloft.net>2009-04-17 02:35:26 +0200
commita54bfa40fd16aeb90bc556189221576f746f8567 (patch)
tree176bb7a99ffab5f42f0dd4e9671f335be3f3efa0 /arch/frv/include/asm/fb.h
parentfec: call fec_restart() in fec_open() (diff)
parentMerge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... (diff)
downloadlinux-a54bfa40fd16aeb90bc556189221576f746f8567.tar.xz
linux-a54bfa40fd16aeb90bc556189221576f746f8567.zip
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Diffstat (limited to 'arch/frv/include/asm/fb.h')
-rw-r--r--arch/frv/include/asm/fb.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/frv/include/asm/fb.h b/arch/frv/include/asm/fb.h
new file mode 100644
index 000000000000..c7df38030992
--- /dev/null
+++ b/arch/frv/include/asm/fb.h
@@ -0,0 +1,12 @@
+#ifndef _ASM_FB_H_
+#define _ASM_FB_H_
+#include <linux/fb.h>
+
+#define fb_pgprotect(...) do {} while (0)
+
+static inline int fb_is_primary_device(struct fb_info *info)
+{
+ return 0;
+}
+
+#endif /* _ASM_FB_H_ */