]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/igbvf/igbvf.h
Remove extra struct page member from the buffer info structure
[net-next-2.6.git] / drivers / net / igbvf / igbvf.h
index debeee2dc717c6f86261c53ea93f46b84a07e9ca..9d4d63e536d40e0daedade509b35e377a7ae65d7 100644 (file)
@@ -1,7 +1,7 @@
 /*******************************************************************************
 
   Intel(R) 82576 Virtual Function Linux driver
-  Copyright(c) 2009 Intel Corporation.
+  Copyright(c) 2009 - 2010 Intel Corporation.
 
   This program is free software; you can redistribute it and/or modify it
   under the terms and conditions of the GNU General Public License,
@@ -126,7 +126,6 @@ struct igbvf_buffer {
                        unsigned int page_offset;
                };
        };
-       struct page *page;
 };
 
 union igbvf_desc {