mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-22 20:30:58 +02:00
signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverage
linux/signal.h and asm/signal.h are currently excluded from the UAPI compile-test because of the errors like follows: HDRTEST usr/include/asm/signal.h In file included from <command-line>: ./usr/include/asm/signal.h:103:9: error: unknown type name ‘size_t’ 103 | size_t ss_size; | ^~~~~~ The errors can be fixed by replacing size_t with __kernel_size_t. Then, remove the no-header-test entries from user/include/Makefile. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
committed by
Arnd Bergmann
parent
dfd42facf1
commit
72113d0a7d
@@ -21,7 +21,6 @@ override c_flags = $(UAPI_CFLAGS) -Wp,-MMD,$(depfile) -I$(objtree)/usr/include
|
||||
#
|
||||
# Sorted alphabetically.
|
||||
no-header-test += asm/shmbuf.h
|
||||
no-header-test += asm/signal.h
|
||||
no-header-test += asm/ucontext.h
|
||||
no-header-test += drm/vmwgfx_drm.h
|
||||
no-header-test += linux/am437x-vpfe.h
|
||||
@@ -41,7 +40,6 @@ no-header-test += linux/patchkey.h
|
||||
no-header-test += linux/phonet.h
|
||||
no-header-test += linux/reiserfs_xattr.h
|
||||
no-header-test += linux/sctp.h
|
||||
no-header-test += linux/signal.h
|
||||
no-header-test += linux/sysctl.h
|
||||
no-header-test += linux/usb/audio.h
|
||||
no-header-test += linux/v4l2-mediabus.h
|
||||
|
Reference in New Issue
Block a user