linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pwm: renesas-tpu: Add MODULE_ALIAS to make module auto loading work
@ 2013-06-25 16:25 Axel Lin
  2013-06-26  9:48 ` Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2013-06-25 16:25 UTC (permalink / raw)
  To: Thierry Reding; +Cc: Laurent Pinchart, Simon Horman, linux-pwm, linux-sh

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>
---
 drivers/pwm/pwm-renesas-tpu.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pwm/pwm-renesas-tpu.c b/drivers/pwm/pwm-renesas-tpu.c
index 96e0cc4..ee53ca2 100644
--- a/drivers/pwm/pwm-renesas-tpu.c
+++ b/drivers/pwm/pwm-renesas-tpu.c
@@ -473,3 +473,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");
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pwm: renesas-tpu: Add MODULE_ALIAS to make module auto loading work
  2013-06-25 16:25 [PATCH] pwm: renesas-tpu: Add MODULE_ALIAS to make module auto loading work Axel Lin
@ 2013-06-26  9:48 ` Thierry Reding
  0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2013-06-26  9:48 UTC (permalink / raw)
  To: Axel Lin; +Cc: Laurent Pinchart, Simon Horman, linux-pwm, linux-sh

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

On Wed, Jun 26, 2013 at 12:25:02AM +0800, Axel Lin wrote:
> 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>
> ---
>  drivers/pwm/pwm-renesas-tpu.c | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

Thierry

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-26  9:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-25 16:25 [PATCH] pwm: renesas-tpu: Add MODULE_ALIAS to make module auto loading work Axel Lin
2013-06-26  9:48 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).