aboutsummaryrefslogtreecommitdiff
path: root/include/asm-frv/fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-frv/fb.h')
-rw-r--r--include/asm-frv/fb.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/asm-frv/fb.h b/include/asm-frv/fb.h
deleted file mode 100644
index c7df3803099..00000000000
--- a/include/asm-frv/fb.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#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_ */