Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256030
b: refs/heads/master
c: 234b921
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Jul 4, 2011
1 parent 6e23c9c commit c0ce8e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 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: aea54bce01c44bf3e35ac016fcd584b0de137673
refs/heads/master: 234b921dbcf144826e2e2b3663cd8090892ee2b2
2 changes: 0 additions & 2 deletions trunk/include/linux/netpoll.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ struct netpoll_info {
struct netpoll *netpoll;
};

void netpoll_poll_dev(struct net_device *dev);
void netpoll_poll(struct netpoll *np);
void netpoll_send_udp(struct netpoll *np, const char *msg, int len);
void netpoll_print_options(struct netpoll *np);
int netpoll_parse_options(struct netpoll *np, char *opt);
Expand Down
6 changes: 2 additions & 4 deletions trunk/net/core/netpoll.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ static void service_arp_queue(struct netpoll_info *npi)
}
}

void netpoll_poll_dev(struct net_device *dev)
static void netpoll_poll_dev(struct net_device *dev)
{
const struct net_device_ops *ops;

Expand Down Expand Up @@ -208,13 +208,11 @@ void netpoll_poll_dev(struct net_device *dev)

zap_completion_queue();
}
EXPORT_SYMBOL(netpoll_poll_dev);

void netpoll_poll(struct netpoll *np)
static void netpoll_poll(struct netpoll *np)
{
netpoll_poll_dev(np->dev);
}
EXPORT_SYMBOL(netpoll_poll);

static void refill_skbs(void)
{
Expand Down

0 comments on commit c0ce8e3

Please sign in to comment.