From: Dmitry V. Levin Date: Mon, 3 Jan 2022 01:24:02 +0000 (+0300) Subject: usr/include/Makefile: add linux/nfc.h to the compile-test coverage X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e8421a9d7bb39ee7a386fd7bc6b3b913fe78ae5e;p=linux.git usr/include/Makefile: add linux/nfc.h to the compile-test coverage commit 10756dc5b02bff370ddd351d7744bc99ada659c2 upstream. As linux/nfc.h userspace compilation was finally fixed by commits 79b69a83705e ("nfc: uapi: use kernel size_t to fix user-space builds") and 7175f02c4e5f ("uapi: fix linux/nfc.h userspace compilation errors"), there is no need to keep the compile-test exception for it in usr/include/Makefile. Signed-off-by: Dmitry V. Levin Signed-off-by: Masahiro Yamada Signed-off-by: Greg Kroah-Hartman --- diff --git a/usr/include/Makefile b/usr/include/Makefile index dbaa4ddbe8a4b..adc6cb2587369 100644 --- a/usr/include/Makefile +++ b/usr/include/Makefile @@ -35,7 +35,6 @@ no-header-test += linux/hdlc/ioctl.h no-header-test += linux/ivtv.h no-header-test += linux/kexec.h no-header-test += linux/matroxfb.h -no-header-test += linux/nfc.h no-header-test += linux/omap3isp.h no-header-test += linux/omapfb.h no-header-test += linux/patchkey.h