From: Luis R. Rodriguez Date: Thu, 17 May 2012 02:34:58 +0000 (-0700) Subject: compat: remove obvious comment upon loading compat X-Git-Tag: compat-2012-07-02~1^2~10 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=5aea6c47b59aec7b60b1c57391b981524f2a7207;p=~tnikolova%2Fcompat%2F.git compat: remove obvious comment upon loading compat 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 --- diff --git a/compat/main.c b/compat/main.c index 9141858..972c142 100644 --- a/compat/main.c +++ b/compat/main.c @@ -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();