diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-01 17:09:33 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-01 17:09:33 -0500 |
commit | 58f189fccc72bb8a91de1854e519b47d64fbdbaa (patch) | |
tree | 977aa91b6dd93ab07b22f60f97e8c91533f9125e /drivers/ide/setup-pci.c | |
parent | fadd11c71b5a100fb7560b84a6272b8883082726 (diff) |
ide: delete filenames/versions from comments
Delete filenames/versions from comments.
I'm leaving decisions about adding DRV_VERSION defines and MODULE_VERSION()-s
to maintainers of the respective drivers.
While at it:
* Remove unused VERSION define from ide.c.
* Remove unused/stale DRV_VERSION define from au1xxx-ide.c.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/setup-pci.c')
-rw-r--r-- | drivers/ide/setup-pci.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/ide/setup-pci.c b/drivers/ide/setup-pci.c index 6b41d6c2433e..0886dcea54ab 100644 --- a/drivers/ide/setup-pci.c +++ b/drivers/ide/setup-pci.c | |||
@@ -1,9 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * linux/drivers/ide/setup-pci.c Version 1.10 2002/08/19 | ||
3 | * | ||
4 | * Copyright (c) 1998-2000 Andre Hedrick <andre@linux-ide.org> | 2 | * Copyright (c) 1998-2000 Andre Hedrick <andre@linux-ide.org> |
5 | * | ||
6 | * Copyright (c) 1995-1998 Mark Lord | 3 | * Copyright (c) 1995-1998 Mark Lord |
4 | * | ||
7 | * May be copied or modified under the terms of the GNU General Public License | 5 | * May be copied or modified under the terms of the GNU General Public License |
8 | */ | 6 | */ |
9 | 7 | ||