summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-renesas-tpu.c
diff options
context:
space:
mode:
authorAxel Lin2013-06-25 18:25:02 +0200
committerThierry Reding2013-06-26 11:48:26 +0200
commit71077bc8db67f560453d62c48e3bec467ec6b37f (patch)
tree499b7e755c274ac577ceb73e0c770d137acf951a /drivers/pwm/pwm-renesas-tpu.c
parentpwm: renesas-tpu: fix return value check in tpu_probe() (diff)
downloadkernel-qcow2-linux-71077bc8db67f560453d62c48e3bec467ec6b37f.tar.gz
kernel-qcow2-linux-71077bc8db67f560453d62c48e3bec467ec6b37f.tar.xz
kernel-qcow2-linux-71077bc8db67f560453d62c48e3bec467ec6b37f.zip
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 <axel.lin@ingics.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm/pwm-renesas-tpu.c')
-rw-r--r--drivers/pwm/pwm-renesas-tpu.c1
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 <laurent.pinchart@ideasonboard.com>");
MODULE_DESCRIPTION("Renesas TPU PWM Driver");
MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:renesas-tpu-pwm");