Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33493
b: refs/heads/master
c: 6d2cdb4
h: refs/heads/master
i:
  33491: 6485cd3
v: v3
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Aug 19, 2006
1 parent 3492a93 commit 788b402
Show file tree
Hide file tree
Showing 2 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: 19a8664d8a05f75cab3cd4eb8022d22d3f0c53c3
refs/heads/master: 6d2cdb4fd1cc1b15ad070a57c9b2bc40bb1565e7
4 changes: 2 additions & 2 deletions trunk/drivers/net/tokenring/ibmtr.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ in the event that chatty debug messages are desired - jjs 12/30/98 */

/* version and credits */
#ifndef PCMCIA
static char version[] __initdata =
static char version[] __devinitdata =
"\nibmtr.c: v1.3.57 8/ 7/94 Peter De Schrijver and Mark Swanson\n"
" v2.1.125 10/20/98 Paul Norton <pnorton@ieee.org>\n"
" v2.2.0 12/30/98 Joel Sloan <jjs@c-me.com>\n"
Expand Down Expand Up @@ -216,7 +216,7 @@ static int __devinitdata turbo_irq[IBMTR_MAX_ADAPTERS] = {0};
static int __devinitdata turbo_searched = 0;

#ifndef PCMCIA
static __u32 ibmtr_mem_base __initdata = 0xd0000;
static __u32 ibmtr_mem_base __devinitdata = 0xd0000;
#endif

static void __devinit PrtChanID(char *pcid, short stride)
Expand Down

0 comments on commit 788b402

Please sign in to comment.