Commit 32ec73c1 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGPGART] Missing C99 struct initialiser for x86-64 GART

parent bc2e0c4b
......@@ -224,7 +224,7 @@ static unsigned long amd_8151_mask_memory(unsigned long addr, int type)
static struct gatt_mask amd_8151_masks[] =
{
{0x00000001, 0}
{.mask = 0x00000001, .type = 0}
};
......
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