| .. | .. |
|---|
| 252 | 252 | }; |
|---|
| 253 | 253 | |
|---|
| 254 | 254 | |
|---|
| 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 | | - |
|---|
| 261 | 255 | enum csr_regs { |
|---|
| 262 | 256 | B0_RAP = 0x0000, |
|---|
| 263 | 257 | B0_CTST = 0x0004, |
|---|
| .. | .. |
|---|
| 2309 | 2303 | struct work_struct restart_work; |
|---|
| 2310 | 2304 | wait_queue_head_t msi_wait; |
|---|
| 2311 | 2305 | |
|---|
| 2312 | | - char irq_name[0]; |
|---|
| 2306 | + char irq_name[]; |
|---|
| 2313 | 2307 | }; |
|---|
| 2314 | 2308 | |
|---|
| 2315 | 2309 | static inline int sky2_is_copper(const struct sky2_hw *hw) |
|---|