Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347280
b: refs/heads/master
c: d39a948
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Grant Likely committed Dec 19, 2012
1 parent bfc1b8b commit 3419f36
Show file tree
Hide file tree
Showing 4 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: ab28698d33af05abab0bcf8021eafe38f7434f24
refs/heads/master: d39a948fef2446cfac3749bbfcfdd536335c3764
1 change: 1 addition & 0 deletions trunk/drivers/gpio/gpio-ich.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ static int ichx_gpio_probe(struct platform_device *pdev)
return -ENODEV;
}

spin_lock_init(&ichx_priv.lock);
res_base = platform_get_resource(pdev, IORESOURCE_IO, ICH_RES_GPIO);
ichx_priv.use_gpio = ich_info->use_gpio;
err = ichx_gpio_request_regions(res_base, pdev->name,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/of/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ struct device_node *of_find_matching_node_and_match(struct device_node *from,
read_unlock(&devtree_lock);
return np;
}
EXPORT_SYMBOL(of_find_matching_node_and_match);
EXPORT_SYMBOL(of_find_matching_node);

/**
* of_modalias_node - Lookup appropriate modalias for a device node
Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/of_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ extern int of_platform_populate(struct device_node *root,

#if !defined(CONFIG_OF_ADDRESS)
struct of_dev_auxdata;
struct device;
static inline int of_platform_populate(struct device_node *root,
const struct of_device_id *matches,
const struct of_dev_auxdata *lookup,
Expand Down

0 comments on commit 3419f36

Please sign in to comment.