From ec22e8c7e2e0fca6109a6601ded4edd2cbff167c Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 4 May 2010 09:37:32 +0000 Subject: move crc32c out of fs, various is always included so it's fine there --- kernel/list_modules.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'kernel') diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 6bc1d1881..603c2d880 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -191,7 +191,7 @@ our %l = ( loopback => [ qw(isofs loop squashfs) ], local => [ if_(arch() =~ /^ppc/, qw(hfs)), - qw(reiserfs reiser4 jfs xfs ntfs vfat ext3 ext4 btrfs crc32c), + qw(reiserfs reiser4 jfs xfs ntfs vfat ext3 ext4 btrfs), ], various => [ qw(romfs ufs unionfs) ], @@ -304,6 +304,8 @@ our %l = ( 'cryptoloop', 'aes-i586', 'aes-x86_64', 'aes_generic', if_(arch() =~ /sparc/, 'openprom'), + + qw(crc32c crc32c-intel), qw(evdev), qw(usblp printer), 'floppy', -- cgit v1.2.1