From bdf9931603967ee174f342c363d61c3d7704529b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 12 Jan 2018 13:23:24 +0100 Subject: dpaa: Disable unused bman_pool members Update #3277. --- linux/drivers/soc/fsl/qbman/bman.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux') diff --git a/linux/drivers/soc/fsl/qbman/bman.c b/linux/drivers/soc/fsl/qbman/bman.c index fec101c8..44e4ee4b 100644 --- a/linux/drivers/soc/fsl/qbman/bman.c +++ b/linux/drivers/soc/fsl/qbman/bman.c @@ -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); -- cgit v1.2.3