diff options
author | Lukasz Majewski <l.majewski@samsung.com> | 2014-03-04 12:29:04 +0100 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-03-20 17:44:16 +0900 |
commit | 0e2f2bd42252bd521d3a5a7dc80ea7f1300fb108 (patch) | |
tree | 1378178998883bd75480ba6b9d8e22a240573912 /drivers/cpufreq | |
parent | 3f9de973c4907a5371617ac37d433d8a04068274 (diff) | |
download | linux-3.10-0e2f2bd42252bd521d3a5a7dc80ea7f1300fb108.tar.gz linux-3.10-0e2f2bd42252bd521d3a5a7dc80ea7f1300fb108.tar.bz2 linux-3.10-0e2f2bd42252bd521d3a5a7dc80ea7f1300fb108.zip |
cpufreq:LAB: Remove MODULE_* macros since it is not possible to compile LAB as a module
LAB cannot be compiled as a module, so MODULE_* macros are in fact a dead
code.
Change-Id: I10f8e5650631b00850631aea1295c1d88e53104a
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r-- | drivers/cpufreq/cpufreq_lab.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/cpufreq/cpufreq_lab.c b/drivers/cpufreq/cpufreq_lab.c index 26360c3b220..1738a7afadb 100644 --- a/drivers/cpufreq/cpufreq_lab.c +++ b/drivers/cpufreq/cpufreq_lab.c @@ -450,12 +450,6 @@ static int __init cpufreq_gov_dbs_init(void) return cpufreq_register_governor(&cpufreq_gov_lab); } -MODULE_AUTHOR("Jonghwa Lee <jonghwa3.lee@samsung.com>"); -MODULE_AUTHOR("Lukasz Majewski <l.majewski@samsung.com>"); -MODULE_DESCRIPTION("'cpufreq_lab' - A dynamic cpufreq governor for " - "Legacy Application Boosting"); -MODULE_LICENSE("GPL"); - #ifdef CONFIG_CPU_FREQ_DEFAULT_GOV_LAB fs_initcall(cpufreq_gov_dbs_init); #else |