diff options
author | Jean Delvare <[email protected]> | 2016-01-18 17:06:05 +0100 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2016-01-19 15:52:10 +0800 |
commit | fd7f6727102a1ccf6b4c1dfcc631f9b546526b26 (patch) | |
tree | 96e33af1bc3caf9690fee29ed3331a88a90272c5 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 4f0414e54e4d1893c6f08260693f8ef84c929293 (diff) |
crypto: crc32c - Fix crc32c soft dependency
I don't think it makes sense for a module to have a soft dependency
on itself. This seems quite cyclic by nature and I can't see what
purpose it could serve.
OTOH libcrc32c calls crypto_alloc_shash("crc32c", 0, 0) so it pretty
much assumes that some incarnation of the "crc32c" hash algorithm has
been loaded. Therefore it makes sense to have the soft dependency
there (as crc-t10dif does.)
Cc: [email protected]
Cc: Tim Chen <[email protected]>
Cc: "David S. Miller" <[email protected]>
Signed-off-by: Jean Delvare <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions