Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68624
b: refs/heads/master
c: a2cd155
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and David S. Miller committed Oct 14, 2007
1 parent 9a81308 commit ad7b099
Show file tree
Hide file tree
Showing 5 changed files with 13 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: 7379b42b607782695f49d05c80d3eb99e5072908
refs/heads/master: a2cd15586e630b0870bf34783568d83901890743
4 changes: 3 additions & 1 deletion trunk/arch/sparc/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,11 @@ static struct of_device_id clock_match[] = {
};

static struct of_platform_driver clock_driver = {
.name = "clock",
.match_table = clock_match,
.probe = clock_probe,
.driver = {
.name = "clock",
},
};


Expand Down
4 changes: 3 additions & 1 deletion trunk/arch/sparc64/kernel/auxio.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,11 @@ static int __devinit auxio_probe(struct of_device *dev, const struct of_device_i
}

static struct of_platform_driver auxio_driver = {
.name = "auxio",
.match_table = auxio_match,
.probe = auxio_probe,
.driver = {
.name = "auxio",
},
};

static int __init auxio_init(void)
Expand Down
4 changes: 3 additions & 1 deletion trunk/arch/sparc64/kernel/power.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,11 @@ static struct of_device_id power_match[] = {
};

static struct of_platform_driver power_driver = {
.name = "power",
.match_table = power_match,
.probe = power_probe,
.driver = {
.name = "power",
},
};

void __init power_init(void)
Expand Down
4 changes: 3 additions & 1 deletion trunk/arch/sparc64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -764,9 +764,11 @@ static struct of_device_id clock_match[] = {
};

static struct of_platform_driver clock_driver = {
.name = "clock",
.match_table = clock_match,
.probe = clock_probe,
.driver = {
.name = "clock",
},
};

static int __init clock_init(void)
Expand Down

0 comments on commit ad7b099

Please sign in to comment.