Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40850
b: refs/heads/master
c: ace48ff
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Jeff Garzik committed Nov 10, 2006
1 parent c940493 commit c7858c1
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 0daa2303028a63dbd1b2e38f10854f0f7bf1ef9a
refs/heads/master: ace48ffb5d6c927c5a98048d93543e1cae0eebd0
7 changes: 5 additions & 2 deletions trunk/drivers/net/arcnet/com20020.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,13 +337,16 @@ static void com20020_set_mc_list(struct net_device *dev)
}
}

#ifdef MODULE

#if defined(CONFIG_ARCNET_COM20020_PCI_MODULE) || \
defined(CONFIG_ARCNET_COM20020_ISA_MODULE)
EXPORT_SYMBOL(com20020_check);
EXPORT_SYMBOL(com20020_found);
#endif

MODULE_LICENSE("GPL");

#ifdef MODULE

int init_module(void)
{
BUGLVL(D_NORMAL) printk(VERSION);
Expand Down

0 comments on commit c7858c1

Please sign in to comment.