Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62636
b: refs/heads/master
c: 07ed313
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jul 20, 2007
1 parent 24a3bd8 commit 1eda68d
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 40c3a578a76ce0b20d1716e03b5a4b407ca9ca51
refs/heads/master: 07ed31319422e82d50dfae7aebf88514d258b8f3
2 changes: 1 addition & 1 deletion trunk/drivers/net/arm/ether1.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static void ether1_timeout(struct net_device *dev);

/* ------------------------------------------------------------------------- */

static char version[] __initdata = "ether1 ethernet driver (c) 2000 Russell King v1.07\n";
static char version[] __devinitdata = "ether1 ethernet driver (c) 2000 Russell King v1.07\n";

#define BUS_16 16
#define BUS_8 8
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/arm/ether3.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
#include <asm/ecard.h>
#include <asm/io.h>

static char version[] __initdata = "ether3 ethernet driver (c) 1995-2000 R.M.King v1.17\n";
static char version[] __devinitdata = "ether3 ethernet driver (c) 1995-2000 R.M.King v1.17\n";

#include "ether3.h"

Expand Down

0 comments on commit 1eda68d

Please sign in to comment.