diff options
author | Masahiro Yamada <[email protected]> | 2022-02-10 11:11:27 +0900 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2022-02-17 09:09:37 +0100 |
commit | cbf2820341297b9aed0f846aba35556e94569210 (patch) | |
tree | fe8f5b0c131427c02bf339c2c1923b312fad487f /net/lapb/lapb_subr.c | |
parent | 169adc2b6b3c5e86391921117b4ab3aaeb3c6ee1 (diff) |
fsmap.h: add linux/fsmap.h to UAPI compile-test coverage
linux/fsmap.h is currently excluded from the UAPI compile-test because
of the error like follows:
HDRTEST usr/include/linux/fsmap.h
In file included from <command-line>:
./usr/include/linux/fsmap.h:72:19: error: unknown type name ‘size_t’
72 | static __inline__ size_t
| ^~~~~~
The error can be fixed by replacing size_t with __kernel_size_t.
Then, remove the no-header-test entry from user/include/Makefile.
Signed-off-by: Masahiro Yamada <[email protected]>
Reviewed-by: Arnd Bergmann <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions