Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201491
b: refs/heads/master
c: 2c39c9e
h: refs/heads/master
i:
  201489: 5315d46
  201487: 27b2dbb
v: v3
  • Loading branch information
Russell King committed Jul 27, 2010
1 parent 18527f7 commit 9c64dab
Show file tree
Hide file tree
Showing 5 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: 3d3f78d752bfada5b6041f2f7bd0833d8bdf7a4a
refs/heads/master: 2c39c9e149f45ec15a6985cb06ec8f6d904bb35e
4 changes: 2 additions & 2 deletions trunk/drivers/gpio/pl061.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ static void pl061_irq_handler(unsigned irq, struct irq_desc *desc)
desc->chip->unmask(irq);
}

static int __init pl061_probe(struct amba_device *dev, struct amba_id *id)
static int pl061_probe(struct amba_device *dev, struct amba_id *id)
{
struct pl061_platform_data *pdata;
struct pl061_gpio *chip;
Expand Down Expand Up @@ -333,7 +333,7 @@ static int __init pl061_probe(struct amba_device *dev, struct amba_id *id)
return ret;
}

static struct amba_id pl061_ids[] __initdata = {
static struct amba_id pl061_ids[] = {
{
.id = 0x00041061,
.mask = 0x000fffff,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-pl031.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ static struct rtc_class_ops stv2_pl031_ops = {
.irq_set_freq = pl031_irq_set_freq,
};

static struct amba_id pl031_ids[] __initdata = {
static struct amba_id pl031_ids[] = {
{
.id = 0x00041031,
.mask = 0x000fffff,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/serial/amba-pl010.c
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ static int pl010_resume(struct amba_device *dev)
return 0;
}

static struct amba_id pl010_ids[] __initdata = {
static struct amba_id pl010_ids[] = {
{
.id = 0x00041010,
.mask = 0x000fffff,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/serial/amba-pl011.c
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ static int pl011_resume(struct amba_device *dev)
}
#endif

static struct amba_id pl011_ids[] __initdata = {
static struct amba_id pl011_ids[] = {
{
.id = 0x00041011,
.mask = 0x000fffff,
Expand Down

0 comments on commit 9c64dab

Please sign in to comment.