Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324757
b: refs/heads/master
c: 1228cd1
h: refs/heads/master
i:
  324755: 3ff1f61
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent 0598fa9 commit adcb2bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 03bbb232d6cd7083daedf0915ffb6cac26870e67
refs/heads/master: 1228cd13f94cd6eb46904aa5a9883bdde843109a
6 changes: 3 additions & 3 deletions trunk/drivers/staging/sbe-2t3e3/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <linux/interrupt.h>
#include "2t3e3.h"

int t3e3_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
static int t3e3_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
{
struct channel *sc = dev_to_priv(dev);
int cmd_2t3e3, len, rlen;
Expand Down Expand Up @@ -82,7 +82,7 @@ static struct net_device_stats* t3e3_get_stats(struct net_device *dev)
return nstats;
}

int t3e3_open(struct net_device *dev)
static int t3e3_open(struct net_device *dev)
{
struct channel *sc = dev_to_priv(dev);
int ret = hdlc_open(dev);
Expand All @@ -97,7 +97,7 @@ int t3e3_open(struct net_device *dev)
return 0;
}

int t3e3_close(struct net_device *dev)
static int t3e3_close(struct net_device *dev)
{
struct channel *sc = dev_to_priv(dev);
hdlc_close(dev);
Expand Down

0 comments on commit adcb2bc

Please sign in to comment.