sfc: constify pci_error_handlers structures
authorJulia Lawall <julia.lawall@lip6.fr>
Sat, 14 Nov 2015 10:06:57 +0000 (11:06 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Nov 2015 20:07:29 +0000 (15:07 -0500)
commitc300366b6b978fcb84f8eeb6205e5980cc0c40c3
tree210974d7f96959e57da20fece3d046bfc311ba31
parent166e23623e7482070aa124ad805f600672377019
sfc: 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/sfc/efx.c