diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2017-05-12 12:57:40 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-06-12 16:25:57 +0200 |
commit | 6c386da799078fddb482bc5c1ab6a62c9a360e4e (patch) | |
tree | 57635f7d02ca58e15ae316c9adcd153a152a9de2 /arch/s390/include/asm/fb.h | |
parent | s390/pkey: add missing __user annotations (diff) | |
download | linux-6c386da799078fddb482bc5c1ab6a62c9a360e4e.tar.xz linux-6c386da799078fddb482bc5c1ab6a62c9a360e4e.zip |
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.h | 12 |
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_ */ |