diff options
Diffstat (limited to 'drivers/net/pci-skeleton.c')
-rw-r--r-- | drivers/net/pci-skeleton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pci-skeleton.c b/drivers/net/pci-skeleton.c index a1ac4bd1696e..a7bb54df75a8 100644 --- a/drivers/net/pci-skeleton.c +++ b/drivers/net/pci-skeleton.c | |||
@@ -415,7 +415,7 @@ typedef enum { | |||
415 | 415 | ||
416 | 416 | ||
417 | /* directly indexed by chip_t, above */ | 417 | /* directly indexed by chip_t, above */ |
418 | const static struct { | 418 | static const struct { |
419 | const char *name; | 419 | const char *name; |
420 | u8 version; /* from RTL8139C docs */ | 420 | u8 version; /* from RTL8139C docs */ |
421 | u32 RxConfigMask; /* should clear the bits supported by this chip */ | 421 | u32 RxConfigMask; /* should clear the bits supported by this chip */ |