Messages in this thread |  | | | Date | Fri, 19 Mar 2010 13:52:09 -0700 | | From | Andrew Morton <> | | Subject | Re: [PATCH 2/4 v2] MFD: add support for the RDC321x southbridge |
| |
On Thu, 11 Mar 2010 09:42:09 +0100 Florian Fainelli <florian@openwrt.org> wrote:
> +static struct pci_device_id rdc321x_sb_table[] = { > + { PCI_DEVICE(PCI_VENDOR_ID_RDC, PCI_DEVICE_ID_RDC_R6030) }, > + {} > +};
should be const, methinks.
|  |