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/radeon_pci_chipset_gen.h | |
parent | 95cbbe999418c72dc407069d31e759d70f49ab16 (diff) |
make pci chipsets static
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon_pci_chipset_gen.h')
-rw-r--r-- | src/radeon_pci_chipset_gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_pci_chipset_gen.h b/src/radeon_pci_chipset_gen.h index dbf07285..c9f9656f 100644 --- a/src/radeon_pci_chipset_gen.h +++ b/src/radeon_pci_chipset_gen.h @@ -1,5 +1,5 @@ /* This file is autogenerated please do not edit */ -PciChipsets RADEONPciChipsets[] = { +static PciChipsets RADEONPciChipsets[] = { { PCI_CHIP_RV380_3150, PCI_CHIP_RV380_3150, RES_SHARED_VGA }, { PCI_CHIP_RV380_3151, PCI_CHIP_RV380_3151, RES_SHARED_VGA }, { PCI_CHIP_RV380_3152, PCI_CHIP_RV380_3152, RES_SHARED_VGA }, |