Massive net driver const-ification.
This commit is contained in:
committed by
Jeff Garzik
parent
c499ec24c3
commit
f71e130966
@@ -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,
|
||||
|
Reference in New Issue
Block a user