projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00cf99e
)
pwm: renesas-tpu: Add MODULE_ALIAS to make module auto loading work
author
Axel Lin
<axel.lin@ingics.com>
Tue, 25 Jun 2013 16:25:02 +0000
(
00:25
+0800)
committer
Thierry Reding
<thierry.reding@gmail.com>
Wed, 26 Jun 2013 09:48:26 +0000
(11:48 +0200)
This driver can be built as module, add MODULE_ALIAS to make module auto loading
work.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-renesas-tpu.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pwm/pwm-renesas-tpu.c
b/drivers/pwm/pwm-renesas-tpu.c
index 03c1aa3c48a299b9ae60ebb532dcfc34d2b38ee9..2600892782c13eded21d810077485150521da55e 100644
(file)
--- a/
drivers/pwm/pwm-renesas-tpu.c
+++ b/
drivers/pwm/pwm-renesas-tpu.c
@@
-471,3
+471,4
@@
module_platform_driver(tpu_driver);
MODULE_AUTHOR("Laurent Pinchart <laurent.pinchart@ideasonboard.com>");
MODULE_DESCRIPTION("Renesas TPU PWM Driver");
MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:renesas-tpu-pwm");