瀏覽代碼

devfreq: Remove MODULE_ALIAS for exynos4 busfreq driver

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>
Axel Lin 13 年之前
父節點
當前提交
e0d44e8ab0
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/devfreq/exynos4_bus.c

+ 0 - 1
drivers/devfreq/exynos4_bus.c

@@ -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");