dpaa: Disable unused bman_pool members

Update #3277.
This commit is contained in:
Sebastian Huber
2018-01-12 13:23:24 +01:00
parent 2fba1e4322
commit bdf9931603

View File

@@ -228,9 +228,11 @@ static inline void put_affine_portal(void)
struct bman_pool {
/* index of the buffer pool to encapsulate (0-63) */
u32 bpid;
#ifndef __rtems__
/* Used for hash-table admin when using depletion notifications. */
struct bman_portal *portal;
struct bman_pool *next;
#endif /* __rtems__ */
};
static u32 poll_portal_slow(struct bman_portal *p, u32 is);