Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82992
b: refs/heads/master
c: 6b2e438
h: refs/heads/master
v: v3
  • Loading branch information
Richard Knutsson authored and Linus Torvalds committed Feb 5, 2008
1 parent 3823262 commit 72844ca
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1569d9e89a77d51750497dc23d303e27d0d9494d
refs/heads/master: 6b2e43861b09bce857d41d47c853003be587a575
4 changes: 2 additions & 2 deletions trunk/drivers/net/pcmcia/axnet_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ static int ax_open(struct net_device *dev)
*
* Opposite of ax_open(). Only used when "ifconfig <devname> down" is done.
*/
int ax_close(struct net_device *dev)
static int ax_close(struct net_device *dev)
{
unsigned long flags;

Expand All @@ -1014,7 +1014,7 @@ int ax_close(struct net_device *dev)
* completed (or failed) - i.e. never posted a Tx related interrupt.
*/

void ei_tx_timeout(struct net_device *dev)
static void ei_tx_timeout(struct net_device *dev)
{
long e8390_base = dev->base_addr;
struct ei_device *ei_local = (struct ei_device *) netdev_priv(dev);
Expand Down

0 comments on commit 72844ca

Please sign in to comment.