Commit 7225a3d7 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

I2C: remove devinitdata marking from i2c-nforce2.c as it's wrong.

parent 49d82440
......@@ -308,7 +308,7 @@ static u32 nforce2_func(struct i2c_adapter *adapter)
}
static struct pci_device_id nforce2_ids[] __devinitdata = {
static struct pci_device_id nforce2_ids[] = {
{ PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE2_SMBUS,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
{ 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