Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336414
b: refs/heads/master
c: 72facfe
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Linus Walleij committed Nov 15, 2012
1 parent bf8c73c commit c8781f3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 9387760db221420f56a9f43a7d079c9fb209e32e
refs/heads/master: 72facfea710afc7165e8f2fedd2e048098960b7e
2 changes: 0 additions & 2 deletions trunk/drivers/pinctrl/pinctrl-pxa3xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ int pxa3xx_pinctrl_register(struct platform_device *pdev,
res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!res)
return -ENOENT;
info->phy_base = res->start;
info->phy_size = resource_size(res);
info->virt_base = devm_request_and_ioremap(&pdev->dev, res);
if (!info->virt_base)
return -ENOMEM;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/pinctrl/pinctrl-pxa3xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ struct pxa3xx_pinmux_info {
struct device *dev;
struct pinctrl_dev *pctrl;
enum pxa_cpu_type cputype;
unsigned int phy_base;
unsigned int phy_size;
void __iomem *virt_base;

struct pxa3xx_mfp_pin *mfp;
Expand Down

0 comments on commit c8781f3

Please sign in to comment.