summaryrefslogtreecommitdiff
path: root/patches/0042-pci_error_handlers/igb_pci_error_handlers.cocci
blob: 4c8ba748f94239d779895c54cdead810ef76a697 (plain)
1
2
3
4
5
6
7
8
9
@@
identifier s;
@@

static
+#if LINUX_VERSION_IS_GEQ(3,7,0)
const
+#endif /* LINUX_VERSION_IS_GEQ(3,7,0) */
struct pci_error_handlers s = { ... };