Skip to content

Commit d1ad272

Browse files
committed
kbuild: remove include/linux/cyclades.h from header file check
The file now rightfully throws up a big warning that it should never be included, so remove it from the header_check test. Fixes: f23653f ("tty: Partially revert the removal of the Cyclades public API") Cc: stable <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: "Maciej W. Rozycki" <[email protected]> Reported-by: Stephen Rothwell <[email protected]> Reported-by: kernel test robot <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 2dd8a74 commit d1ad272

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usr/include/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ no-header-test += linux/am437x-vpfe.h
2828
no-header-test += linux/android/binder.h
2929
no-header-test += linux/android/binderfs.h
3030
no-header-test += linux/coda.h
31+
no-header-test += linux/cyclades.h
3132
no-header-test += linux/errqueue.h
3233
no-header-test += linux/fsmap.h
3334
no-header-test += linux/hdlc/ioctl.h

0 commit comments

Comments
 (0)