From c24b6fa43e011ffe18a057e6dc2385fefffe965d Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Thu, 26 Mar 2009 11:17:31 +0000 Subject: fixed a typo in list_modules for virtio modules --- 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 f6aa47f2f..4b644036c 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -274,7 +274,7 @@ our %l = ( #- these need checking qw(rrunner meye), - qw(virtio_pci, virtio_balloon), + qw(virtio_pci virtio_balloon), ], agpgart => [ if_(arch() =~ /alpha/, qw(alpha-agp)), -- cgit v1.2.1