diff options
author | NeilBrown <neil@brown.name> | 2018-12-29 13:58:09 +1100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-12-29 11:36:44 -0800 |
commit | d8372ba8ce288acdfce67cb873b2a741785c2e88 (patch) | |
tree | e8801e5e3e338a59bcc98aec285f5e8aac12a7bc /scripts/Makefile.build | |
parent | 3868772b99e3146d02cf47e739d79022eba1d77c (diff) | |
download | linux-d8372ba8ce288acdfce67cb873b2a741785c2e88.tar.bz2 |
lib: don't depend on linux headers being installed.
gen_crc64table requires linux include files to be installed in
/usr/include/linux. This is a new requrement so hosts that could
previously build the kernel, now cannot.
gen_crc64table makes this requirement by including <linux/swab.h>, but
nothing from that header is actaully used.
So remove the #include, so that the linux headers no longer need to be
installed.
Fixes: feba04fd2cf8 ("lib: add crc64 calculation routines")
Signed-off-by: NeilBrown <neil@brown.name>
Acked-by: Coly Li <colyli@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/Makefile.build')
0 files changed, 0 insertions, 0 deletions