Message ID | 1353186674-7234-7-git-send-email-eric@anholt.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sat, 17 Nov 2012 13:11:14 -0800, Eric Anholt <eric@anholt.net> wrote:
> Fixes another gcc warning.
So you would prefer to move it out of the ro ELF section to merely
silence the compiler? And similarly remove the memory protection for the
function pointers?
-Chris
diff --git a/src/intel_module.c b/src/intel_module.c index ef62667..06d2ee7 100644 --- a/src/intel_module.c +++ b/src/intel_module.c @@ -111,7 +111,7 @@ static const struct intel_device_info intel_haswell_info = { .gen = 75, }; -static const SymTabRec _intel_chipsets[] = { +static SymTabRec _intel_chipsets[] = { {PCI_CHIP_I810, "i810"}, {PCI_CHIP_I810_DC100, "i810-dc100"}, {PCI_CHIP_I810_E, "i810e"},