Skip to content

Commit

Permalink
devfreq: Remove MODULE_ALIAS for exynos4 busfreq driver
Browse files Browse the repository at this point in the history
This driver can only be built-in, it does not make sense to add modalias for
it (in addition to being incorrect, the platform modalias needs to be prefixed
with "platform:").

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
  • Loading branch information
Axel Lin authored and MyungJoo Ham committed Jan 20, 2012
1 parent f0c28b0 commit e0d44e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/devfreq/exynos4_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -1124,4 +1124,3 @@ module_exit(exynos4_busfreq_exit);
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("EXYNOS4 busfreq driver with devfreq framework");
MODULE_AUTHOR("MyungJoo Ham <myungjoo.ham@samsung.com>");
MODULE_ALIAS("exynos4-busfreq");

0 comments on commit e0d44e8

Please sign in to comment.