Massive net driver const-ification.
[deliverable/linux.git] / drivers / net / dgrs.c
index 70b47e4c4e9c483a68dafba6d317d35af73d679b..32d13166c6e8007b5f9de3c0330d8508445377d1 100644 (file)
@@ -993,7 +993,7 @@ dgrs_download(struct net_device *dev0)
        int             is;
        unsigned long   i;
 
-       static int      iv2is[16] = {
+       static const int iv2is[16] = {
                                0, 0, 0, ES4H_IS_INT3,
                                0, ES4H_IS_INT5, 0, ES4H_IS_INT7,
                                0, 0, ES4H_IS_INT10, ES4H_IS_INT11,
This page took 0.024376 seconds and 5 git commands to generate.