Massive net driver const-ification.
[deliverable/linux.git] / drivers / net / ne2k-pci.c
index d11821dd86edbf94015c7143e048d4da5b5bfde7..e3ebb5803b023c62f0fd0a940b4d52d3696c9690 100644 (file)
@@ -117,7 +117,7 @@ enum ne2k_pci_chipsets {
 };
 
 
-static struct {
+static const struct {
        char *name;
        int flags;
 } pci_clone_list[] __devinitdata = {
This page took 0.03299 seconds and 5 git commands to generate.