From 86793e058ed27688ac705f30728d87955222f87c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 25 Jul 2002 23:23:12 +0000 Subject: reorder modules to have most used modules at the beginning of the mar's --- kernel/list_modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/list_modules.pm') diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index ce9ec9765..650befc24 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -75,7 +75,7 @@ our %l = ( pcmcia => [ qw(aha152x_cs fdomain_cs nsp_cs qlogic_cs ide-cs) ], #ide_cs raw => [ qw(scsi_mod sd_mod) ], usb => [ qw(usb-storage) ], - cdrom => [ qw(ide-cd sr_mod cdrom) ], + cdrom => [ qw(ide-cd cdrom sr_mod) ], }, ################################################################################ -- cgit v1.2.1