hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
kernel/drivers/net/ethernet/marvell/sky2.h
....@@ -252,12 +252,6 @@
252252 };
253253
254254
255
-#define PCI_STATUS_ERROR_BITS (PCI_STATUS_DETECTED_PARITY | \
256
- PCI_STATUS_SIG_SYSTEM_ERROR | \
257
- PCI_STATUS_REC_MASTER_ABORT | \
258
- PCI_STATUS_REC_TARGET_ABORT | \
259
- PCI_STATUS_PARITY)
260
-
261255 enum csr_regs {
262256 B0_RAP = 0x0000,
263257 B0_CTST = 0x0004,
....@@ -2309,7 +2303,7 @@
23092303 struct work_struct restart_work;
23102304 wait_queue_head_t msi_wait;
23112305
2312
- char irq_name[0];
2306
+ char irq_name[];
23132307 };
23142308
23152309 static inline int sky2_is_copper(const struct sky2_hw *hw)