Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a42ab7f2 authored by Dave Jones's avatar Dave Jones
Browse files

[AGPGART] Mark AMD64 aperture size structs as const



Neither of them are ever written to.

Noted by Arjan van de Ven
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 5e9ad06a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -416,7 +416,7 @@ static void __devinit amd8151_init(struct pci_dev *pdev, struct agp_bridge_data
}


static struct aper_size_info_32 uli_sizes[7] =
static const struct aper_size_info_32 uli_sizes[7] =
{
	{256, 65536, 6, 10},
	{128, 32768, 5, 9},
@@ -470,7 +470,7 @@ static int __devinit uli_agp_init(struct pci_dev *pdev)
}


static struct aper_size_info_32 nforce3_sizes[5] =
static const struct aper_size_info_32 nforce3_sizes[5] =
{
	{512,  131072, 7, 0x00000000 },
	{256,  65536,  6, 0x00000008 },