octeontx2-af: change (struct qmem)->entry_sz from u8 to u16
[linux-2.6-microblaze.git] / drivers / net / ethernet / marvell / octeontx2 / af / common.h
index cd33c2e..f48eb66 100644 (file)
@@ -43,7 +43,7 @@ struct qmem {
        void            *base;
        dma_addr_t      iova;
        int             alloc_sz;
-       u             entry_sz;
+       u16             entry_sz;
        u8              align;
        u32             qsize;
 };