]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/scsi/wd719x.c: remove last declaration using DEFINE_PCI_DEVICE_TABLE
authorJoe Perches <joe@perches.com>
Thu, 1 Sep 2016 23:14:58 +0000 (16:14 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Sep 2016 00:52:01 +0000 (17:52 -0700)
commit0712d1d9140f09db62e8f3bd6299686a96816726
treeafc9276480e6ae28f187b45e164c99e9417b4441
parent762d14af629db8cbb520e462b7309c8473c4fd1e
drivers/scsi/wd719x.c: remove last declaration using DEFINE_PCI_DEVICE_TABLE

Convert it to the preferred const struct pci_device_id instead.

Link: http://lkml.kernel.org/r/95c5e4100c3cd4eda643624f5b70e8d7abceb86c.1472660229.git.joe@perches.com
Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
Cc: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/scsi/wd719x.c