Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315501
b: refs/heads/master
c: 83bd1b7
h: refs/heads/master
i:
  315499: 7b4ed47
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Jul 19, 2012
1 parent 8d7a439 commit 0b687f1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 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: d8f1641b5829629d3af8e52750ba3b542f8f56c8
refs/heads/master: 83bd1b793e1e6b68be4f7b18752de9620137dfa2
2 changes: 0 additions & 2 deletions trunk/net/ethernet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
#

obj-y += eth.o
obj-$(subst m,y,$(CONFIG_IPX)) += pe2.o
obj-$(subst m,y,$(CONFIG_ATALK)) += pe2.o
2 changes: 1 addition & 1 deletion trunk/net/ipx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

obj-$(CONFIG_IPX) += ipx.o

ipx-y := af_ipx.o ipx_route.o ipx_proc.o
ipx-y := af_ipx.o ipx_route.o ipx_proc.o pe2.o
ipx-$(CONFIG_SYSCTL) += sysctl_net_ipx.o
2 changes: 0 additions & 2 deletions trunk/net/ethernet/pe2.c → trunk/net/ipx/pe2.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ 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);

0 comments on commit 0b687f1

Please sign in to comment.