diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-27 08:33:04 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-01 17:29:07 +0100 |
| commit | 820a55c1f87b26ffe11895b3586e4fd80fd14161 (patch) | |
| tree | db8398de44fc63c0c2b432990446a9f14579b697 /usr | |
| parent | 9155ccf72afceb4714c4eaed1dcbcc9d6f964131 (diff) | |
| download | linux-820a55c1f87b26ffe11895b3586e4fd80fd14161.tar.gz linux-820a55c1f87b26ffe11895b3586e4fd80fd14161.tar.bz2 linux-820a55c1f87b26ffe11895b3586e4fd80fd14161.zip | |
kbuild: remove include/linux/cyclades.h from header file check
commit d1ad2721b1eb05d54e81393a7ebc332d4a35c68f upstream.
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 <stable@vger.kernel.org>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: "Maciej W. Rozycki" <macro@embecosm.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20220127073304.42399-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'usr')
| -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 1c2ae1368079..dbaa4ddbe8a4 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 |
