]> Git Repo - linux.git/commitdiff
pwm: renesas-tpu: Add MODULE_ALIAS to make module auto loading work
authorAxel Lin <[email protected]>
Tue, 25 Jun 2013 16:25:02 +0000 (00:25 +0800)
committerThierry Reding <[email protected]>
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 <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
drivers/pwm/pwm-renesas-tpu.c

index 03c1aa3c48a299b9ae60ebb532dcfc34d2b38ee9..2600892782c13eded21d810077485150521da55e 100644 (file)
@@ -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");
This page took 0.057257 seconds and 4 git commands to generate.