forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/drivers/net/ethernet/marvell/skge.h
....@@ -15,12 +15,6 @@
1515 #define PCI_VPD_ROM_SZ 7L<<14 /* VPD ROM size 0=256, 1=512, ... */
1616 #define PCI_REV_DESC 1<<2 /* Reverse Descriptor bytes */
1717
18
-#define PCI_STATUS_ERROR_BITS (PCI_STATUS_DETECTED_PARITY | \
19
- PCI_STATUS_SIG_SYSTEM_ERROR | \
20
- PCI_STATUS_REC_MASTER_ABORT | \
21
- PCI_STATUS_REC_TARGET_ABORT | \
22
- PCI_STATUS_PARITY)
23
-
2418 enum csr_regs {
2519 B0_RAP = 0x0000,
2620 B0_CTST = 0x0004,
....@@ -2426,7 +2420,7 @@
24262420 spinlock_t phy_lock;
24272421 struct tasklet_struct phy_task;
24282422
2429
- char irq_name[0]; /* skge@pci:000:04:00.0 */
2423
+ char irq_name[]; /* skge@pci:000:04:00.0 */
24302424 };
24312425
24322426 enum pause_control {