[PATCH] usr/include/Makefile: add linux/nfc.h to the compile-test coverage

Dmitry V. Levin posted 1 patch 4 years, 5 months ago
usr/include/Makefile | 1 -
1 file changed, 1 deletion(-)
[PATCH] usr/include/Makefile: add linux/nfc.h to the compile-test coverage
Posted by Dmitry V. Levin 4 years, 5 months ago
As linux/nfc.h userspace compilation was finally fixed by commits
79b69a83705e621b258ac6d8ae6d3bfdb4b930aa and
7175f02c4e5f5a9430113ab9ca0fd0ce98b28a51, there is no need to keep
the compile-test exception for it in usr/include/Makefile.

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
---
 usr/include/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/usr/include/Makefile b/usr/include/Makefile
index 1c2ae1368079..295d51e6ade0 100644
--- a/usr/include/Makefile
+++ b/usr/include/Makefile
@@ -34,7 +34,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

-- 
ldv
Re: [PATCH] usr/include/Makefile: add linux/nfc.h to the compile-test coverage
Posted by Masahiro Yamada 4 years, 5 months ago
On Mon, Jan 3, 2022 at 10:24 AM Dmitry V. Levin <ldv@altlinux.org> wrote:
>
> As linux/nfc.h userspace compilation was finally fixed by commits
> 79b69a83705e621b258ac6d8ae6d3bfdb4b930aa and
> 7175f02c4e5f5a9430113ab9ca0fd0ce98b28a51, there is no need to keep
> the compile-test exception for it in usr/include/Makefile.
>
> Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>

Applied to linux-kbuild.
Thanks.



> ---
>  usr/include/Makefile | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/usr/include/Makefile b/usr/include/Makefile
> index 1c2ae1368079..295d51e6ade0 100644
> --- a/usr/include/Makefile
> +++ b/usr/include/Makefile
> @@ -34,7 +34,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
>
> --
> ldv



-- 
Best Regards
Masahiro Yamada