From b6749e32d7752456e8c553db87578c604f195c3f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 17 Mar 2020 15:52:15 +0100 Subject: crc32c is an alias of crc32c-intel --- kernel/list_modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 050ccd734..9f530178e 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -328,7 +328,7 @@ our %l = ( qw(virtio virtiofs virtio_balloon virtio-console virtio_input virtio_pci virtio_pmem virtio_ring vhost_scsi vhost_vsock hyperv-keyboard), # xfs and btrfs needs crc32c(-intel), f2fs needs crc32(_generic) - qw(crc32c crc32_generic crc32c-intel), + qw(crc32c crc32_generic), 'nvme', qw(evdev), qw(usblp printer), 'floppy', 'microcode', 'usb_common', -- cgit v1.2.1