commit | 0e0c12316d8a645e7b1880e135837ee78d18aed9 | [log] [tgz] |
---|---|---|
author | Ben Dooks (Codethink) <ben.dooks@codethink.co.uk> | Fri Jan 24 01:01:35 2020 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Jan 23 11:40:01 2020 -0700 |
tree | e78da0b07f2d8f010f633335a33b494a893a9899 | |
parent | 6321bef028de43724c47cfa7f9dee69ecb783796 [diff] |
lib: crc64: include <linux/crc64.h> for 'crc64_be' The crc64_be() is declared in <linux/crc64.h> so include this where the symbol is defined to avoid the following warning: lib/crc64.c:43:12: warning: symbol 'crc64_be' was not declared. Should it be static? Signed-off-by: Ben Dooks (Codethink) <ben.dooks@codethink.co.uk> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Coly Li <colyli@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>