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

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