Skip to content

Commit

Permalink
usr/include/Makefile: add linux/nfc.h to the compile-test coverage
Browse files Browse the repository at this point in the history
As linux/nfc.h userspace compilation was finally fixed by commits
79b69a8 ("nfc: uapi: use kernel size_t to fix user-space builds")
and 7175f02 ("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 <ldv@altlinux.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
  • Loading branch information
ldv-alt authored and masahir0y committed Jan 22, 2022
1 parent 1c52283 commit 10756dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion usr/include/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10756dc

Please sign in to comment.