fec nic driver: fix compiler warnings

Fixes #4178
This commit is contained in:
Martin Stein 2021-06-28 14:44:55 +02:00 committed by Christian Helmuth
parent a856bfb4ab
commit 388e2a0e6d

View File

@ -532,7 +532,7 @@ struct page
dma_addr_t paddr;
unsigned long private;
unsigned long size;
} __attribute((packed));
};
static inline struct page *compound_head(struct page *page) { return page; }