]> git.baikalelectronics.ru Git - kernel.git/commit
net: cavium: liquidio: constify pci_error_handlers structures
authorJulia Lawall <julia.lawall@lip6.fr>
Sat, 14 Nov 2015 10:06:53 +0000 (11:06 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Nov 2015 20:07:28 +0000 (15:07 -0500)
commit892ed5caebcd3cdd3ce6f5300067c20e54bb15d0
tree5b2cabd651d6ac8f27ba141eeacd9fedb7634d42
parent5f3b7283617d3415977f7b1fddb63230df9f032d
net: cavium: liquidio: constify pci_error_handlers structures

This pci_error_handlers structure is never modified, like all the other
pci_error_handlers structures, so declare it as const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cavium/liquidio/lio_main.c