diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-24 18:23:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-24 18:23:30 +0000 |
commit | c3b919ca48ed169240e6ed5538b7ef01eed9a3d6 (patch) | |
tree | ed5ced1657fc55ab2c7601e3c46b4642d467d809 | |
parent | 06d22984e5ad6e3584b38e1f7df55b2d8b0e1e60 (diff) | |
download | drakx-c3b919ca48ed169240e6ed5538b7ef01eed9a3d6.tar drakx-c3b919ca48ed169240e6ed5538b7ef01eed9a3d6.tar.gz drakx-c3b919ca48ed169240e6ed5538b7ef01eed9a3d6.tar.bz2 drakx-c3b919ca48ed169240e6ed5538b7ef01eed9a3d6.tar.xz drakx-c3b919ca48ed169240e6ed5538b7ef01eed9a3d6.zip |
remove the "use common" which is unneeded (and "member" of merge2pcitable
was clashing)
-rwxr-xr-x | mdk-stage1/pci-resource/update-pci-ids.pl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mdk-stage1/pci-resource/update-pci-ids.pl b/mdk-stage1/pci-resource/update-pci-ids.pl index dee8bcf06..84c5b7063 100755 --- a/mdk-stage1/pci-resource/update-pci-ids.pl +++ b/mdk-stage1/pci-resource/update-pci-ids.pl @@ -1,8 +1,5 @@ #!/usr/bin/perl -use lib "../../perl-install"; - -use common qw(:common); require '/usr/bin/merge2pcitable.pl'; my $drivers = read_pcitable("/usr/share/ldetect-lst/pcitable"); |