Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88031
b: refs/heads/master
c: f4c4b4a
h: refs/heads/master
i:
  88029: e3e1420
  88027: 5c0c70a
  88023: c97bbf7
  88015: 4a2c5e1
  87999: e2a550a
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Apr 1, 2008
1 parent cec7681 commit 4b8b5cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 0ee897d43e390cddcfdb2f4e39635ea7ec1ad2e9
refs/heads/master: f4c4b4a63153df028e3964f329cdcbba509c5496
6 changes: 2 additions & 4 deletions trunk/drivers/atm/idt77252.c
Original file line number Diff line number Diff line change
Expand Up @@ -2016,8 +2016,7 @@ idt77252_send_skb(struct atm_vcc *vcc, struct sk_buff *skb, int oam)
return 0;
}

int
idt77252_send(struct atm_vcc *vcc, struct sk_buff *skb)
static int idt77252_send(struct atm_vcc *vcc, struct sk_buff *skb)
{
return idt77252_send_skb(vcc, skb, 0);
}
Expand Down Expand Up @@ -3072,8 +3071,7 @@ idt77252_dev_open(struct idt77252_dev *card)
return 0;
}

void
idt77252_dev_close(struct atm_dev *dev)
static void idt77252_dev_close(struct atm_dev *dev)
{
struct idt77252_dev *card = dev->dev_data;
u32 conf;
Expand Down

0 comments on commit 4b8b5cc

Please sign in to comment.