Massive net driver const-ification.
[sfrench/cifs-2.6.git] / drivers / net / bonding / bond_main.c
index bcf9f17daf0d36944d5ec362de405e7be718ab08..d0c54ea55fb0b16db9f56037c72f94a437145e7e 100644 (file)
@@ -131,7 +131,7 @@ MODULE_PARM_DESC(arp_ip_target, "arp targets in n.n.n.n form");
 
 /*----------------------------- Global variables ----------------------------*/
 
-static const char *version =
+static const char * const version =
        DRV_DESCRIPTION ": v" DRV_VERSION " (" DRV_RELDATE ")\n";
 
 LIST_HEAD(bond_dev_list);