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:
681b577
)
Modify the compat print
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Mon, 17 May 2010 19:04:06 +0000
(12:04 -0700)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Mon, 17 May 2010 19:04:06 +0000
(12:04 -0700)
This uses the COMPAT_VERSION on the print
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
compat/main.c
patch
|
blob
|
history
diff --git
a/compat/main.c
b/compat/main.c
index 35a5ae8dc29c48c6398f5d1823a3c07f50c011b9..1a4ad6dd8b97a110bbe825915ec8a3f2f577789c 100644
(file)
--- a/
compat/main.c
+++ b/
compat/main.c
@@
-17,8
+17,10
@@
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();
+
printk(KERN_INFO "Generic kernel compatibility enabled based on "
- "linux-next next-20100113\n");
+ COMPAT_VERSION
+ "\n");
return 0;
}