Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336871
b: refs/heads/master
c: aeca8ad
h: refs/heads/master
i:
  336869: 63d8397
  336867: 0c33d90
  336863: e49dd95
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 28, 2012
1 parent c4a5456 commit 7adf8b7
Show file tree
Hide file tree
Showing 6 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: 3836309d93462bbf34851c078be6e5e77d888e3d
refs/heads/master: aeca8ad1f0613a76a8f5fed174810fab9bc424cf
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpio-da9052.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ static int da9052_gpio_to_irq(struct gpio_chip *gc, u32 offset)
return da9052->irq_base + DA9052_IRQ_GPI0 + offset;
}

static struct gpio_chip reference_gp __devinitdata = {
static struct gpio_chip reference_gp = {
.label = "da9052-gpio",
.owner = THIS_MODULE,
.get = da9052_gpio_get,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpio-lpc32xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ static int lpc32xx_gpio_probe(struct platform_device *pdev)
}

#ifdef CONFIG_OF
static struct of_device_id lpc32xx_gpio_of_match[] __devinitdata = {
static struct of_device_id lpc32xx_gpio_of_match[] = {
{ .compatible = "nxp,lpc3220-gpio", },
{ },
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpio-mvebu.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ static struct platform_device_id mvebu_gpio_ids[] = {
};
MODULE_DEVICE_TABLE(platform, mvebu_gpio_ids);

static struct of_device_id mvebu_gpio_of_match[] __devinitdata = {
static struct of_device_id mvebu_gpio_of_match[] = {
{
.compatible = "marvell,orion-gpio",
.data = (void*) MVEBU_GPIO_SOC_VARIANT_ORION,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpio-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ static struct tegra_gpio_soc_config tegra30_gpio_config = {
.upper_offset = 0x80,
};

static struct of_device_id tegra_gpio_of_match[] __devinitdata = {
static struct of_device_id tegra_gpio_of_match[] = {
{ .compatible = "nvidia,tegra30-gpio", .data = &tegra30_gpio_config },
{ .compatible = "nvidia,tegra20-gpio", .data = &tegra20_gpio_config },
{ },
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpio-xilinx.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ static int xgpio_of_probe(struct device_node *np)
return 0;
}

static struct of_device_id xgpio_of_match[] __devinitdata = {
static struct of_device_id xgpio_of_match[] = {
{ .compatible = "xlnx,xps-gpio-1.00.a", },
{ /* end of list */ },
};
Expand Down

0 comments on commit 7adf8b7

Please sign in to comment.