Commit 5e9ad06a authored by Dave Jones's avatar Dave Jones
Browse files

[AGPGART] Mark maxes_table as const


It's never written to.

Noted by Arjan van de Ven
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 0db169f9
......@@ -97,7 +97,7 @@ void agp_backend_release(struct agp_bridge_data *bridge)
EXPORT_SYMBOL(agp_backend_release);
static struct { int mem, agp; } maxes_table[] = {
static const struct { int mem, agp; } maxes_table[] = {
{0, 0},
{32, 4},
{64, 28},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment