Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
kbuild: remove include/linux/cyclades.h from header file check
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
gregkh committed Jan 27, 2022
1 parent 2dd8a74 commit d1ad272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/include/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ no-header-test += linux/am437x-vpfe.h
no-header-test += linux/android/binder.h
no-header-test += linux/android/binderfs.h
no-header-test += linux/coda.h
no-header-test += linux/cyclades.h
no-header-test += linux/errqueue.h
no-header-test += linux/fsmap.h
no-header-test += linux/hdlc/ioctl.h
Expand Down

0 comments on commit d1ad272

Please sign in to comment.