Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341773
b: refs/heads/master
c: 0297be0
h: refs/heads/master
i:
  341771: 4bf4c31
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Dec 3, 2012
1 parent 2c117f8 commit b0a271a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 3bc6b06ce06039b981333e600f79963ae5a86dba
refs/heads/master: 0297be07091fc809f27a9f50e5130d41c9ac3f52
10 changes: 5 additions & 5 deletions trunk/drivers/net/ethernet/ibm/ehea/ehea_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ static struct ehea_fw_handle_array ehea_fw_handles;
static struct ehea_bcmc_reg_array ehea_bcmc_regs;


static int __devinit ehea_probe_adapter(struct platform_device *dev,
static int ehea_probe_adapter(struct platform_device *dev,
const struct of_device_id *id);

static int __devexit ehea_remove(struct platform_device *dev);
static int ehea_remove(struct platform_device *dev);

static struct of_device_id ehea_device_table[] = {
{
Expand Down Expand Up @@ -2909,7 +2909,7 @@ static ssize_t ehea_show_port_id(struct device *dev,
static DEVICE_ATTR(log_port_id, S_IRUSR | S_IRGRP | S_IROTH, ehea_show_port_id,
NULL);

static void __devinit logical_port_release(struct device *dev)
static void logical_port_release(struct device *dev)
{
struct ehea_port *port = container_of(dev, struct ehea_port, ofdev.dev);
of_node_put(port->ofdev.dev.of_node);
Expand Down Expand Up @@ -3257,7 +3257,7 @@ static void ehea_remove_device_sysfs(struct platform_device *dev)
device_remove_file(&dev->dev, &dev_attr_remove_port);
}

static int __devinit ehea_probe_adapter(struct platform_device *dev,
static int ehea_probe_adapter(struct platform_device *dev,
const struct of_device_id *id)
{
struct ehea_adapter *adapter;
Expand Down Expand Up @@ -3364,7 +3364,7 @@ static int __devinit ehea_probe_adapter(struct platform_device *dev,
return ret;
}

static int __devexit ehea_remove(struct platform_device *dev)
static int ehea_remove(struct platform_device *dev)
{
struct ehea_adapter *adapter = dev_get_drvdata(&dev->dev);
int i;
Expand Down

0 comments on commit b0a271a

Please sign in to comment.