diff options
author | Axel Lin <[email protected]> | 2013-06-26 00:25:02 +0800 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2013-06-26 11:48:26 +0200 |
commit | 71077bc8db67f560453d62c48e3bec467ec6b37f (patch) | |
tree | 499b7e755c274ac577ceb73e0c770d137acf951a | |
parent | 00cf99ee00c9f1241359c8ee5ca9230318e27a57 (diff) |
pwm: renesas-tpu: Add MODULE_ALIAS to make module auto loading work
This driver can be built as module, add MODULE_ALIAS to make module auto loading
work.
Signed-off-by: Axel Lin <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
-rw-r--r-- | drivers/pwm/pwm-renesas-tpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pwm/pwm-renesas-tpu.c b/drivers/pwm/pwm-renesas-tpu.c index 03c1aa3c48a2..2600892782c1 100644 --- 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 <[email protected]>"); MODULE_DESCRIPTION("Renesas TPU PWM Driver"); MODULE_LICENSE("GPL v2"); +MODULE_ALIAS("platform:renesas-tpu-pwm"); |