summaryrefslogtreecommitdiffstats
path: root/convert
diff options
context:
space:
mode:
Diffstat (limited to 'convert')
-rwxr-xr-xconvert/verify_Cards.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/convert/verify_Cards.pl b/convert/verify_Cards.pl
index d2cab0b9..d7ce8352 100755
--- a/convert/verify_Cards.pl
+++ b/convert/verify_Cards.pl
@@ -1,10 +1,10 @@
#!/usr/bin/perl
use lib qw(/usr/lib/libDrakX);
-use Xconfig;
+use Xconfig::card;
require './merge2pcitable.pl';
-$cards = Xconfig::readCardsDB("../lst/Cards+");
+$cards = Xconfig::card::readCardsDB("../lst/Cards+");
@cards = map {
my $drivers = read_pcitable("../lst/$_");