Takashi Iwai 84284b
From 10756dc5b02bff370ddd351d7744bc99ada659c2 Mon Sep 17 00:00:00 2001
Takashi Iwai 84284b
From: "Dmitry V. Levin" <ldv@altlinux.org>
Takashi Iwai 84284b
Date: Mon, 3 Jan 2022 04:24:02 +0300
Takashi Iwai 84284b
Subject: [PATCH] usr/include/Makefile: add linux/nfc.h to the compile-test coverage
Takashi Iwai 84284b
Git-commit: 10756dc5b02bff370ddd351d7744bc99ada659c2
Takashi Iwai 84284b
Patch-mainline: v5.17-rc1
Takashi Iwai 84284b
References: git-fixes
Takashi Iwai 84284b
Takashi Iwai 84284b
As linux/nfc.h userspace compilation was finally fixed by commits
Takashi Iwai 84284b
79b69a83705e ("nfc: uapi: use kernel size_t to fix user-space builds")
Takashi Iwai 84284b
and 7175f02c4e5f ("uapi: fix linux/nfc.h userspace compilation errors"),
Takashi Iwai 84284b
there is no need to keep the compile-test exception for it in
Takashi Iwai 84284b
usr/include/Makefile.
Takashi Iwai 84284b
Takashi Iwai 84284b
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Takashi Iwai 84284b
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Takashi Iwai 84284b
Acked-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai 84284b
Takashi Iwai 84284b
---
Takashi Iwai 84284b
 usr/include/Makefile | 1 -
Takashi Iwai 84284b
 1 file changed, 1 deletion(-)
Takashi Iwai 84284b
Takashi Iwai 84284b
diff --git a/usr/include/Makefile b/usr/include/Makefile
Takashi Iwai 84284b
index 94403806ea56..7be7468c177b 100644
Takashi Iwai 84284b
--- a/usr/include/Makefile
Takashi Iwai 84284b
+++ b/usr/include/Makefile
Takashi Iwai 84284b
@@ -34,7 +34,6 @@ no-header-test += linux/hdlc/ioctl.h
Takashi Iwai 84284b
 no-header-test += linux/ivtv.h
Takashi Iwai 84284b
 no-header-test += linux/kexec.h
Takashi Iwai 84284b
 no-header-test += linux/matroxfb.h
Takashi Iwai 84284b
-no-header-test += linux/nfc.h
Takashi Iwai 84284b
 no-header-test += linux/omap3isp.h
Takashi Iwai 84284b
 no-header-test += linux/omapfb.h
Takashi Iwai 84284b
 no-header-test += linux/patchkey.h
Takashi Iwai 84284b
-- 
Takashi Iwai 84284b
2.31.1
Takashi Iwai 84284b