Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336890
b: refs/heads/master
c: 1d13136
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 28, 2012
1 parent 2b63292 commit fb5b3c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 2d991a164a61858012651e13c59521975504e260
refs/heads/master: 1d1313686422db3bffb2e7bd8eb2ccd9027d3783
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/mixcomwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
static struct {
int ioport;
int id;
} mixcomwd_io_info[] __devinitdata = {
} mixcomwd_io_info[] = {
/* The Mixcom cards */
{0x0d90, MIXCOM_ID},
{0x0e90, MIXCOM_ID},
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/of_xilinx_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ static int __devexit xwdt_remove(struct platform_device *dev)
}

/* Match table for of_platform binding */
static struct of_device_id __devinitdata xwdt_of_match[] = {
static struct of_device_id xwdt_of_match[] = {
{ .compatible = "xlnx,xps-timebase-wdt-1.01.a", },
{},
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/orion_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ static void orion_wdt_shutdown(struct platform_device *pdev)
orion_wdt_stop(&orion_wdt);
}

static const struct of_device_id orion_wdt_of_match_table[] __devinitdata = {
static const struct of_device_id orion_wdt_of_match_table[] = {
{ .compatible = "marvell,orion-wdt", },
{},
};
Expand Down

0 comments on commit fb5b3c5

Please sign in to comment.