]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
make struct nsx static
authorHolger Lubitz <hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 20:03:04 +0000 (22:03 +0200)
committerHolger Lubitz <hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 20:03:04 +0000 (22:03 +0200)
src/drivers/net/ns83820.c

index 8b8500f481192caccacb13f277cd462175f7ec2d..3262ba6ce62eda8dab5b0cfd6881f62de2bd9205 100755 (executable)
@@ -364,7 +364,7 @@ struct ring_desc {
 #endif
 
 /* Private Storage for the NIC */
-struct ns83820_private {
+static struct ns83820_private {
        u8 *base;
        int up;
        long idle;