]> Zhao Yanbai Git Server - minix.git/commitdiff
at_wini: fix warning, bogus PRIVATE in struct type declaration
authorBen Gras <ben@minix3.org>
Tue, 24 Aug 2010 12:45:37 +0000 (12:45 +0000)
committerBen Gras <ben@minix3.org>
Tue, 24 Aug 2010 12:45:37 +0000 (12:45 +0000)
drivers/at_wini/at_wini.c

index 34325937f347b6f05ab841f3c169334c070d3bfd..5d5748d30f6da634d8cac3a6e5a479f34b82950f 100644 (file)
@@ -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;