Skip to content

Commit

Permalink
pwm: renesas-tpu: Add MODULE_ALIAS to make module auto loading work
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
AxelLin authored and thierryreding committed Jun 26, 2013
1 parent 00cf99e commit 71077bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pwm/pwm-renesas-tpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 71077bc

Please sign in to comment.