提交 5e9ad06a 编写于 作者: D Dave Jones

[AGPGART] Mark maxes_table as const

It's never written to.

Noted by Arjan van de Ven
Signed-off-by: NDave Jones <davej@redhat.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册