Skip to content

Commit

Permalink
[ARM] 5078/1: pxa-pwm: Add missing MODULE_LICENSE to be able to build…
Browse files Browse the repository at this point in the history
… the driver

 as a module

Without a GPL-compatible license this driver cannot be built as a module,
because the platform_driver_* API is only exported to GPL modules.

Signed-off-by: Guennadi Liakhovetski <[email protected]>
Acked-by: Eric Miao <[email protected]>
Signed-off-by: Russell King <[email protected]>
  • Loading branch information
Guennadi Liakhovetski authored and Russell King committed Jul 3, 2008
1 parent 0b1c25d commit b5f0228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-pxa/pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,5 @@ static void __exit pwm_exit(void)
platform_driver_unregister(&pxa27x_pwm_driver);
}
module_exit(pwm_exit);

MODULE_LICENSE("GPL v2");

0 comments on commit b5f0228

Please sign in to comment.