Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348214
b: refs/heads/master
c: 27796aa
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jan 3, 2013
1 parent ecf9674 commit 834da32
Show file tree
Hide file tree
Showing 3 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: 4e608e4ed9fea873c60749bdba2fbbbfb234bee0
refs/heads/master: 27796aa0dce01661fedb5f3fa6b11db13f02a77f
4 changes: 2 additions & 2 deletions trunk/drivers/memory/tegra20-mc.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ static void tegra20_mc_decode(struct tegra20_mc *mc, int n)
"carveout" : "trustzone") : "");
}

static const struct of_device_id tegra20_mc_of_match[] __devinitconst = {
static const struct of_device_id tegra20_mc_of_match[] = {
{ .compatible = "nvidia,tegra20-mc", },
{},
};
Expand All @@ -198,7 +198,7 @@ static irqreturn_t tegra20_mc_isr(int irq, void *data)
return IRQ_HANDLED;
}

static int __devinit tegra20_mc_probe(struct platform_device *pdev)
static int tegra20_mc_probe(struct platform_device *pdev)
{
struct resource *irq;
struct tegra20_mc *mc;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/memory/tegra30-mc.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ static UNIVERSAL_DEV_PM_OPS(tegra30_mc_pm,
tegra30_mc_suspend,
tegra30_mc_resume, NULL);

static const struct of_device_id tegra30_mc_of_match[] __devinitconst = {
static const struct of_device_id tegra30_mc_of_match[] = {
{ .compatible = "nvidia,tegra30-mc", },
{},
};
Expand All @@ -316,7 +316,7 @@ static irqreturn_t tegra30_mc_isr(int irq, void *data)
return IRQ_HANDLED;
}

static int __devinit tegra30_mc_probe(struct platform_device *pdev)
static int tegra30_mc_probe(struct platform_device *pdev)
{
struct resource *irq;
struct tegra30_mc *mc;
Expand Down

0 comments on commit 834da32

Please sign in to comment.