diff options
author | Komuro <komurojun-mbn@nifty.com> | 2005-06-27 23:23:05 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-06-27 23:23:05 -0400 |
commit | c903e41e67046e7f52bbc404bd5aa654d12540cc (patch) | |
tree | 7145407a1bb337af963911cca90df45c13751ab3 /drivers/net | |
parent | cac8c81a59bd3b6815871b3172e8ccf15a3431e0 (diff) |
drivers/net/at1700: remove incorrect comment
"Allied Telesis RE1000 Plus" is not supported at all
by kernel 2.6.12.
Signed-off-by: komurojun-mbn@nifty.com
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/at1700.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/at1700.c b/drivers/net/at1700.c index b8ab2b6355eb..e613cc289749 100644 --- a/drivers/net/at1700.c +++ b/drivers/net/at1700.c | |||
@@ -34,10 +34,6 @@ | |||
34 | only is it difficult to detect, it also moves around in I/O space in | 34 | only is it difficult to detect, it also moves around in I/O space in |
35 | response to inb()s from other device probes! | 35 | response to inb()s from other device probes! |
36 | */ | 36 | */ |
37 | /* | ||
38 | 99/03/03 Allied Telesis RE1000 Plus support by T.Hagawa | ||
39 | 99/12/30 port to 2.3.35 by K.Takai | ||
40 | */ | ||
41 | 37 | ||
42 | #include <linux/config.h> | 38 | #include <linux/config.h> |
43 | #include <linux/errno.h> | 39 | #include <linux/errno.h> |