The patch titled Subject: uapi: export lirc.h header has been removed from the -mm tree. Its filename was uapi-export-lirch-header.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx> Subject: uapi: export lirc.h header This header contains the userspace API for lirc. This is a fixup for b7be755733dc44c72 ("[media] bz#75751: Move internal header file lirc.h to uapi/"). It moved the header to the right place, but it forgot to add it at Kbuild. So, despite being at uapi, it is not copied to the right place. Fixes: b7be755733dc44c72 ("[media] bz#75751: Move internal header file lirc.h to uapi/") Link: http://lkml.kernel.org/r/320c765d32bfc82c582e336d52ffe1026c73c644.1468439021.git.mchehab@xxxxxxxxxxxxxxxx Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx> Cc: Alec Leamas <leamas.alec@xxxxxxxxx> Cc: <stable@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/uapi/linux/Kbuild | 1 + 1 file changed, 1 insertion(+) diff -puN include/uapi/linux/Kbuild~uapi-export-lirch-header include/uapi/linux/Kbuild --- a/include/uapi/linux/Kbuild~uapi-export-lirch-header +++ a/include/uapi/linux/Kbuild @@ -245,6 +245,7 @@ endif header-y += hw_breakpoint.h header-y += l2tp.h header-y += libc-compat.h +header-y += lirc.h header-y += limits.h header-y += llc.h header-y += loop.h _ Patches currently in -mm which might be from mchehab@xxxxxxxxxxxxxxxx are -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html