VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Arvind Yadav <arvind.yadav.cs@gmail.com> 2017-07-16 15:02:39 +0530 committer: David S. Miller <davem@davemloft.net> 2017-07-16 16:38:02 -0700 commit: f283974cb8770415001e5761da587eca06580fe6 parent: 0fdfb33bd911df8d4129f1699d78e23a174dd414
Commit Summary:
atm: eni: constify pci_device_id.
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/drivers/atm/eni.c b/drivers/atm/eni.c
index b042ec458544..ce47eb17901d 100644
--- a/drivers/atm/eni.c
+++ b/drivers/atm/eni.c
@@ -2292,7 +2292,7 @@ err_disable:
 }
 
 
-static struct pci_device_id eni_pci_tbl[] = {
+static const struct pci_device_id eni_pci_tbl[] = {
 	{ PCI_VDEVICE(EF, PCI_DEVICE_ID_EF_ATM_FPGA), 0 /* FPGA */ },
 	{ PCI_VDEVICE(EF, PCI_DEVICE_ID_EF_ATM_ASIC), 1 /* ASIC */ },
 	{ 0, }