Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88343
b: refs/heads/master
c: d6c2385
h: refs/heads/master
i:
  88341: b2cb986
  88339: ed21aa1
  88335: 2c5d6da
v: v3
  • Loading branch information
Kay Sievers authored and Linus Torvalds committed Apr 16, 2008
1 parent 83a6b30 commit 02ea754
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c43f89c2084f46e3ec59ddcbc52ecf4b1e9b015a
refs/heads/master: d6c238503ee3d015c5f8a701b2bfbeaad90a6d4b
2 changes: 2 additions & 0 deletions trunk/drivers/misc/atmel-ssc.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ static struct platform_driver ssc_driver = {
.remove = __devexit_p(ssc_remove),
.driver = {
.name = "ssc",
.owner = THIS_MODULE,
},
};

Expand All @@ -172,3 +173,4 @@ module_exit(ssc_exit);
MODULE_AUTHOR("Hans-Christian Egtvedt <hcegtvedt@atmel.com>");
MODULE_DESCRIPTION("SSC driver for Atmel AVR32 and AT91");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:ssc");
1 change: 1 addition & 0 deletions trunk/drivers/misc/atmel_pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,3 +407,4 @@ module_exit(pwm_exit);

MODULE_DESCRIPTION("Driver for AT32/AT91 PWM module");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:atmel_pwm");
2 changes: 2 additions & 0 deletions trunk/drivers/misc/hdpuftrs/hdpu_cpustate.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ static struct platform_driver hdpu_cpustate_driver = {
.remove = hdpu_cpustate_remove,
.driver = {
.name = HDPU_CPUSTATE_NAME,
.owner = THIS_MODULE,
},
};

Expand Down Expand Up @@ -248,3 +249,4 @@ module_exit(cpustate_exit);

MODULE_AUTHOR("Brian Waite");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:" HDPU_CPUSTATE_NAME);
2 changes: 2 additions & 0 deletions trunk/drivers/misc/hdpuftrs/hdpu_nexus.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ static struct platform_driver hdpu_nexus_driver = {
.remove = hdpu_nexus_remove,
.driver = {
.name = HDPU_NEXUS_NAME,
.owner = THIS_MODULE,
},
};

Expand Down Expand Up @@ -151,3 +152,4 @@ module_exit(nexus_exit);

MODULE_AUTHOR("Brian Waite");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:" HDPU_NEXUS_NAME);

0 comments on commit 02ea754

Please sign in to comment.