virtio: make pci_device_id const
authorStephen Hemminger <stephen@networkplumber.org>
Sun, 10 Feb 2013 05:27:39 +0000 (15:57 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 11 Feb 2013 05:02:18 +0000 (15:32 +1030)
commit35cdc9eb65837687bdfc9ea1d2515eb03ea5048a
tree7e3450f90b28cd70614b6b19db1209282493e01c
parent9350393239153c4a98cbed4d69b9ed81e37d5e74
virtio: make pci_device_id const

Use DEVICE_TABLE macro which also makes table const.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/virtio/virtio_pci.c