summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/fb.h
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2017-05-12 12:57:40 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2017-06-12 16:25:57 +0200
commit6c386da799078fddb482bc5c1ab6a62c9a360e4e (patch)
tree57635f7d02ca58e15ae316c9adcd153a152a9de2 /arch/s390/include/asm/fb.h
parent7a003637923e9b127dec84fd55b67f4c2c900684 (diff)
downloadlinux-next-6c386da799078fddb482bc5c1ab6a62c9a360e4e.tar.gz
s390: use two more generic header files
I missed at least these two header files where we can make use of the generic ones. vga.h is another one, however that is already addressed by a patch from Jiri Slaby. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/fb.h')
-rw-r--r--arch/s390/include/asm/fb.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/s390/include/asm/fb.h b/arch/s390/include/asm/fb.h
deleted file mode 100644
index c7df38030992..000000000000
--- a/arch/s390/include/asm/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_ */