diff options
Diffstat (limited to 'net/x25')
-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) | |||
1652 | 1652 | ||
1653 | register_netdevice_notifier(&x25_dev_notifier); | 1653 | register_netdevice_notifier(&x25_dev_notifier); |
1654 | 1654 | ||
1655 | printk(KERN_INFO "X.25 for Linux. Version 0.2 for Linux 2.1.15\n"); | 1655 | printk(KERN_INFO "X.25 for Linux Version 0.2\n"); |
1656 | 1656 | ||
1657 | #ifdef CONFIG_SYSCTL | 1657 | #ifdef CONFIG_SYSCTL |
1658 | x25_register_sysctl(); | 1658 | x25_register_sysctl(); |