]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit429d5c134db801c77c6d30aa6aa4dfa885d5c896
tree210974d7f96959e57da20fece3d046bfc311ba31
parent892ed5caebcd3cdd3ce6f5300067c20e54bb15d0
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