mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-22 20:30:58 +02:00
usr/include/Makefile: add linux/nfc.h to the compile-test coverage
As linux/nfc.h userspace compilation was finally fixed by commits79b69a8370
("nfc: uapi: use kernel size_t to fix user-space builds") and7175f02c4e
("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>
This commit is contained in:
committed by
Masahiro Yamada
parent
1c52283265
commit
10756dc5b0
@@ -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
|
||||
|
Reference in New Issue
Block a user