Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82647
b: refs/heads/master
c: 3edd76c
h: refs/heads/master
i:
  82645: 471f657
  82643: 6191e9d
  82639: cba52d5
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Feb 3, 2008
1 parent 1af5c07 commit 572c155
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: aa782d3195c8a1f6da9a44f1862f098f41bfe8a2
refs/heads/master: 3edd76caf4d1cda9cf84c5c6845f80f996f36081
6 changes: 3 additions & 3 deletions trunk/drivers/net/sunqe.c
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ static inline void qec_init_once(struct sunqec *qecp, struct sbus_dev *qsdev)
qecp->gregs + GLOB_RSIZE);
}

static u8 __init qec_get_burst(struct device_node *dp)
static u8 __devinit qec_get_burst(struct device_node *dp)
{
u8 bsizes, bsizes_more;

Expand All @@ -767,7 +767,7 @@ static u8 __init qec_get_burst(struct device_node *dp)
return bsizes;
}

static struct sunqec * __init get_qec(struct sbus_dev *child_sdev)
static struct sunqec * __devinit get_qec(struct sbus_dev *child_sdev)
{
struct sbus_dev *qec_sdev = child_sdev->parent;
struct sunqec *qecp;
Expand Down Expand Up @@ -823,7 +823,7 @@ static struct sunqec * __init get_qec(struct sbus_dev *child_sdev)
return NULL;
}

static int __init qec_ether_init(struct sbus_dev *sdev)
static int __devinit qec_ether_init(struct sbus_dev *sdev)
{
static unsigned version_printed;
struct net_device *dev;
Expand Down

0 comments on commit 572c155

Please sign in to comment.