commit | 166e23623e7482070aa124ad805f600672377019 | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia.lawall@lip6.fr> | Sat Nov 14 11:06:53 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 16 15:07:28 2015 -0500 |
tree | 5b2cabd651d6ac8f27ba141eeacd9fedb7634d42 | |
parent | d37d5ec861b0d937c0bdd70f0138e2750aacccdb [diff] |
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>