[PATCH 09/11] Staging: hv: Storage class should be before const qualifier

Joe Perches joe at perches.com
Thu May 20 08:53:34 UTC 2010


On Thu, 2010-05-20 at 10:39 +0200, Tobias Klauser wrote:
> +++ b/drivers/staging/hv/vmbus_drv.c
> -const static struct pci_device_id microsoft_hv_pci_table[] = {
> +static const struct pci_device_id microsoft_hv_pci_table[] = {
>         { PCI_DEVICE(0x1414, 0x5353) }, /* VGA compatible controller
> */
>         { 0 }
>  }; 

DEFINE_PCI_DEVICE_TABLE ?




More information about the devel mailing list