Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203583
b: refs/heads/master
c: 5487486
h: refs/heads/master
i:
  203581: 68b57fd
  203579: dfd09f5
  203575: 8fac403
  203567: c1f0e77
  203551: 37e956e
  203519: d7b61be
v: v3
  • Loading branch information
Chihau Chau authored and David S. Miller committed Jul 15, 2010
1 parent d07b65d commit 440d8e9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 79236680bde29913dc6bfaf9165973b74223d5f7
refs/heads/master: 54874868585ffa5d73d7ab8a5a32ea7dcdec1441
3 changes: 1 addition & 2 deletions trunk/net/ethernet/pe2.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ struct datalink_proto *make_EII_client(void)

return proto;
}
EXPORT_SYMBOL(make_EII_client);

void destroy_EII_client(struct datalink_proto *dl)
{
kfree(dl);
}

EXPORT_SYMBOL(destroy_EII_client);
EXPORT_SYMBOL(make_EII_client);

0 comments on commit 440d8e9

Please sign in to comment.