diff options
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index a584b77fa..fa6c42c42 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -308,7 +308,7 @@ our %l = ( qw(wdt_pci i810-tco sx), #- what are these??? ], crypto => [ - qw(sha256_generic cbc amd768_rng amd7xx_tco i810_rng hw_random leedslite padlock), + qw(amd768_rng amd7xx_tco cbc hw_random i810_rng leedslite padlock sha256_generic), ], laptop => [ qw(i8k sonypi toshiba), |