Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338116
b: refs/heads/master
c: 4f24090
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent e88c8aa commit c97324d
Show file tree
Hide file tree
Showing 2 changed files with 5 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: df1f35ebffc3739e43b96d1df689c2ecabf09552
refs/heads/master: 4f2409060aba27120f601b2675e1e38754522b7c
8 changes: 4 additions & 4 deletions trunk/drivers/staging/octeon/ethernet.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ static void cvm_oct_periodic_worker(struct work_struct *work)
queue_delayed_work(cvm_oct_poll_queue, &priv->port_periodic_work, HZ);
}

static __devinit void cvm_oct_configure_common_hw(void)
static void cvm_oct_configure_common_hw(void)
{
/* Setup the FPA */
cvmx_fpa_enable();
Expand Down Expand Up @@ -586,7 +586,7 @@ static const struct net_device_ops cvm_oct_pow_netdev_ops = {

extern void octeon_mdiobus_force_mod_depencency(void);

static struct device_node * __devinit cvm_oct_of_get_child(const struct device_node *parent,
static struct device_node *cvm_oct_of_get_child(const struct device_node *parent,
int reg_val)
{
struct device_node *node = NULL;
Expand All @@ -604,7 +604,7 @@ static struct device_node * __devinit cvm_oct_of_get_child(const struct device_n
return node;
}

static struct device_node * __devinit cvm_oct_node_for_port(struct device_node *pip,
static struct device_node *cvm_oct_node_for_port(struct device_node *pip,
int interface, int port)
{
struct device_node *ni, *np;
Expand All @@ -619,7 +619,7 @@ static struct device_node * __devinit cvm_oct_node_for_port(struct device_node *
return np;
}

static int __devinit cvm_oct_probe(struct platform_device *pdev)
static int cvm_oct_probe(struct platform_device *pdev)
{
int num_interfaces;
int interface;
Expand Down

0 comments on commit c97324d

Please sign in to comment.