]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
devfreq: Remove MODULE_ALIAS for exynos4 busfreq driver
authorAxel Lin <axel.lin@gmail.com>
Mon, 16 Jan 2012 06:53:08 +0000 (14:53 +0800)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 20 Jan 2012 01:12:38 +0000 (10:12 +0900)
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>
drivers/devfreq/exynos4_bus.c

index 489ccfa93a96374f1df11abf2570f83117e6db1a..590d6865e388e4b52ba41a7c4c2093508b870746 100644 (file)
@@ -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");