]> git.openfabrics.org - ~emulex/tmp/compat/.git/commitdiff
compat: remove obvious comment upon loading compat
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Thu, 17 May 2012 02:34:58 +0000 (19:34 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Thu, 17 May 2012 02:34:58 +0000 (19:34 -0700)
The comment was there to make it clear that upon init
a few routines would be no-ops. This should be obvious
by now.

Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
compat/main.c

index 9141858ad23a5e2ef59f8df643b659093a4d2b6b..972c142d9e2cc9316cc80b2745fa789d198b4324 100644 (file)
@@ -49,7 +49,6 @@ EXPORT_SYMBOL_GPL(compat_dependency_symbol);
 
 static int __init compat_init(void)
 {
-       /* pm-qos for kernels <= 2.6.24, this is a no-op on newer kernels */
        compat_pm_qos_power_init();
        compat_system_workqueue_create();
        init_compat_mmc_pm_flags();