Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134690
b: refs/heads/master
c: 8937bb7
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Feb 27, 2009
1 parent 8311ef1 commit e1dbfae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 86de79b6d058df87fdf025c6c484b37340fb0205
refs/heads/master: 8937bb7b44b991c2535ad917e925c2daa2cd6096
5 changes: 3 additions & 2 deletions trunk/drivers/net/ne2k-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ static int options[MAX_UNITS];
#include "8390.h"

/* These identify the driver base version and may not be removed. */
static char version[] __devinitdata =
KERN_INFO DRV_NAME ".c:v" DRV_VERSION " " DRV_RELDATE " D. Becker/P. Gortmaker\n";
static const char version[] __devinitconst =
KERN_INFO DRV_NAME ".c:v" DRV_VERSION " " DRV_RELDATE
" D. Becker/P. Gortmaker\n";

#if defined(__powerpc__)
#define inl_le(addr) le32_to_cpu(inl(addr))
Expand Down

0 comments on commit e1dbfae

Please sign in to comment.