diff options
Diffstat (limited to 'board/pn62/misc.c')
| -rw-r--r-- | board/pn62/misc.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/pn62/misc.c b/board/pn62/misc.c index 4f71950f8..dcb2db5a9 100644 --- a/board/pn62/misc.c +++ b/board/pn62/misc.c @@ -154,8 +154,8 @@ int i2155x_read_vpd(int offset, int size, unsigned char *data)  }  static struct pci_device_id am79c95x_ids [] = { -        { PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_LANCE }, -        { } +	{ PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_LANCE }, +	{ }  }; |