Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fec9dd15 authored by Stephen Hemminger's avatar Stephen Hemminger Committed by David S. Miller
Browse files

qlcnic: make pci_error_handlers const

parent 22fd5ab4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3395,7 +3395,7 @@ static struct notifier_block qlcnic_inetaddr_cb = {
void qlcnic_restore_indev_addr(struct net_device *dev, unsigned long event)
{ }
#endif
static struct pci_error_handlers qlcnic_err_handler = {
static const struct pci_error_handlers qlcnic_err_handler = {
	.error_detected = qlcnic_io_error_detected,
	.slot_reset = qlcnic_io_slot_reset,
	.resume = qlcnic_io_resume,