diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-12-31 02:16:45 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:00:12 -0500 |
commit | 900092a45e73fc192c223761b85005503a813975 (patch) | |
tree | 91d860c84796e69f1132c8c6222b62f71b9593e3 /drivers/atm | |
parent | ef39592f786b6d56d9faf988a3f18786eeb050b3 (diff) |
[ATM]: [he] This patch removes the ancient version string.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm')
-rw-r--r-- | drivers/atm/he.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/drivers/atm/he.c b/drivers/atm/he.c index 3b64a99772ea..325344bb3a1e 100644 --- a/drivers/atm/he.c +++ b/drivers/atm/he.c | |||
@@ -1,5 +1,3 @@ | |||
1 | /* $Id: he.c,v 1.18 2003/05/06 22:57:15 chas Exp $ */ | ||
2 | |||
3 | /* | 1 | /* |
4 | 2 | ||
5 | he.c | 3 | he.c |
@@ -99,10 +97,6 @@ | |||
99 | #define HPRINTK(fmt,args...) do { } while (0) | 97 | #define HPRINTK(fmt,args...) do { } while (0) |
100 | #endif /* HE_DEBUG */ | 98 | #endif /* HE_DEBUG */ |
101 | 99 | ||
102 | /* version definition */ | ||
103 | |||
104 | static char *version = "$Id: he.c,v 1.18 2003/05/06 22:57:15 chas Exp $"; | ||
105 | |||
106 | /* declarations */ | 100 | /* declarations */ |
107 | 101 | ||
108 | static int he_open(struct atm_vcc *vcc); | 102 | static int he_open(struct atm_vcc *vcc); |
@@ -366,7 +360,7 @@ he_init_one(struct pci_dev *pci_dev, const struct pci_device_id *pci_ent) | |||
366 | struct he_dev *he_dev = NULL; | 360 | struct he_dev *he_dev = NULL; |
367 | int err = 0; | 361 | int err = 0; |
368 | 362 | ||
369 | printk(KERN_INFO "he: %s\n", version); | 363 | printk(KERN_INFO "ATM he driver\n"); |
370 | 364 | ||
371 | if (pci_enable_device(pci_dev)) | 365 | if (pci_enable_device(pci_dev)) |
372 | return -EIO; | 366 | return -EIO; |
@@ -2933,7 +2927,7 @@ he_proc_read(struct atm_dev *dev, loff_t *pos, char *page) | |||
2933 | 2927 | ||
2934 | left = *pos; | 2928 | left = *pos; |
2935 | if (!left--) | 2929 | if (!left--) |
2936 | return sprintf(page, "%s\n", version); | 2930 | return sprintf(page, "ATM he driver\n"); |
2937 | 2931 | ||
2938 | if (!left--) | 2932 | if (!left--) |
2939 | return sprintf(page, "%s%s\n\n", | 2933 | return sprintf(page, "%s%s\n\n", |