diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-15 16:06:27 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-06-15 16:06:27 +0100 |
commit | 678c1f3425c0fa7e98795c8e351da77d04652e02 (patch) | |
tree | c292b3198cc6b1b1b118245e68d1a3fd421b37a2 /src/pcidb | |
parent | 95cbbe999418c72dc407069d31e759d70f49ab16 (diff) |
make pci chipsets static
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/pcidb')
-rwxr-xr-x | src/pcidb/parse_pci_ids.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcidb/parse_pci_ids.pl b/src/pcidb/parse_pci_ids.pl index d1900a48..72fb4807 100755 --- a/src/pcidb/parse_pci_ids.pl +++ b/src/pcidb/parse_pci_ids.pl @@ -29,7 +29,7 @@ open (RADEONCHIPINFO, ">", $radeonchipinfofile) or die; print RADEONCHIPSET "/* This file is autogenerated please do not edit */\n"; print RADEONCHIPSET "static SymTabRec RADEONChipsets[] = {\n"; print PCICHIPSET "/* This file is autogenerated please do not edit */\n"; -print PCICHIPSET "PciChipsets RADEONPciChipsets[] = {\n"; +print PCICHIPSET "static PciChipsets RADEONPciChipsets[] = {\n"; print PCIDEVICEMATCH "/* This file is autogenerated please do not edit */\n"; print PCIDEVICEMATCH "static const struct pci_id_match radeon_device_match[] = {\n"; print RADEONCHIPINFO "/* This file is autogenerated please do not edit */\n"; |