The patch titled Subject: xtensa: use generic fb.h has been added to the -mm tree. Its filename is xtensa-use-generic-fbh.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/xtensa-use-generic-fbh.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/xtensa-use-generic-fbh.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Tobias Klauser <tklauser@xxxxxxxxxx> Subject: xtensa: use generic fb.h The arch uses a verbatim copy of the asm-generic version and does not add any own implementations to the header, so use asm-generic/fb.h instead of duplicating code. Link: http://lkml.kernel.org/r/20170517083545.2115-1-tklauser@xxxxxxxxxx Signed-off-by: Tobias Klauser <tklauser@xxxxxxxxxx> Acked-by: Max Filippov <jcmvbkbc@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/xtensa/include/asm/Kbuild | 1 + arch/xtensa/include/asm/fb.h | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) diff -puN arch/xtensa/include/asm/Kbuild~xtensa-use-generic-fbh arch/xtensa/include/asm/Kbuild --- a/arch/xtensa/include/asm/Kbuild~xtensa-use-generic-fbh +++ a/arch/xtensa/include/asm/Kbuild @@ -7,6 +7,7 @@ generic-y += emergency-restart.h generic-y += errno.h generic-y += exec.h generic-y += extable.h +generic-y += fb.h generic-y += fcntl.h generic-y += hardirq.h generic-y += ioctl.h diff -puN arch/xtensa/include/asm/fb.h~xtensa-use-generic-fbh /dev/null --- a/arch/xtensa/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_ */ _ Patches currently in -mm which might be from tklauser@xxxxxxxxxx are mn10300-remove-wrapper-header-for-asm-deviceh.patch mn10300-use-generic-fbh.patch frv-remove-wrapper-header-for-asm-deviceh.patch frv-use-generic-fbh.patch xtensa-use-generic-fbh.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html