projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbc64a7
)
compat: remove obvious comment upon loading compat
author
Luis R. Rodriguez
<mcgrof@frijolero.org>
Thu, 17 May 2012 02:34:58 +0000
(19:34 -0700)
committer
Luis 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
patch
|
blob
|
history
diff --git
a/compat/main.c
b/compat/main.c
index 9141858ad23a5e2ef59f8df643b659093a4d2b6b..972c142d9e2cc9316cc80b2745fa789d198b4324 100644
(file)
--- 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();