diff options
author | Greg Kroah-Hartman <[email protected]> | 2022-01-27 08:33:04 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-01-27 08:51:08 +0100 |
commit | d1ad2721b1eb05d54e81393a7ebc332d4a35c68f (patch) | |
tree | 547a58c87a57cda47e3402c89a933c95c1db85bb | |
parent | 2dd8a74fddd21b95dcc60a2d3c9eaec993419d69 (diff) |
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: f23653fe6447 ("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]>
-rw-r--r-- | usr/include/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/include/Makefile b/usr/include/Makefile index 7be7468c177b..83822c33e9e7 100644 --- a/usr/include/Makefile +++ b/usr/include/Makefile @@ -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 |