diff options
author | maximilian attems <max@stro.at> | 2008-01-29 05:43:16 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-01 04:27:06 +0100 |
commit | a44562e4d3a1612858a7872d633fce8c0ab349ab (patch) | |
tree | 64d798da8ac6634bb590a92413d7b195541a40af | |
parent | [NET] 9p: kill dead static inline buf_put_string (diff) | |
download | linux-a44562e4d3a1612858a7872d633fce8c0ab349ab.tar.xz linux-a44562e4d3a1612858a7872d633fce8c0ab349ab.zip |
[AX25]: Beautify x25_init() version printk.
kill ref to old version and dup Linux.
Signed-off-by: maximilian attems <max@stro.at>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/x25/af_x25.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/x25/af_x25.c b/net/x25/af_x25.c index 07fad7ccf832..339ca4a8e89e 100644 --- a/net/x25/af_x25.c +++ b/net/x25/af_x25.c @@ -1652,7 +1652,7 @@ static int __init x25_init(void) register_netdevice_notifier(&x25_dev_notifier); - printk(KERN_INFO "X.25 for Linux. Version 0.2 for Linux 2.1.15\n"); + printk(KERN_INFO "X.25 for Linux Version 0.2\n"); #ifdef CONFIG_SYSCTL x25_register_sysctl(); |