aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/fb_no.h
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2009-02-06 14:25:53 +1000
committerGreg Ungerer <gerg@uclinux.org>2009-03-24 15:17:44 +1000
commit146b7cdba2c7afb14d965a5dc466a6532084042a (patch)
tree58f12234a5c563607d2bee06d9dd52d68bb078fe /arch/m68k/include/asm/fb_no.h
parent4892242a47fe21724ee6a98d71d9c512716ea89d (diff)
m68k: merge the mmu and non-mmu versions of fb.h
Trivial merge of the mmu and non-mmu versions of fb.h Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include/asm/fb_no.h')
-rw-r--r--arch/m68k/include/asm/fb_no.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/m68k/include/asm/fb_no.h b/arch/m68k/include/asm/fb_no.h
deleted file mode 100644
index c7df3803099..00000000000
--- a/arch/m68k/include/asm/fb_no.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_ */