at_wini: fix warning, bogus PRIVATE in struct type declaration
This commit is contained in:
parent
959026c29a
commit
6fb1789ba4
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ PRIVATE phys_bytes dma_buf_phys;
|
|||
|
||||
#define N_PRDTE 1024 /* Should be enough for large requests */
|
||||
|
||||
PRIVATE struct prdte
|
||||
struct prdte
|
||||
{
|
||||
phys_bytes prdte_base;
|
||||
u16_t prdte_count;
|
||||
|
|
Loading…
Reference in a new issue