Merge branch 'net-const'

This commit is contained in:
Jeff Garzik
2006-03-03 22:22:45 -05:00
97 changed files with 972 additions and 830 deletions

View 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);