diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-01 23:09:33 +0100 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-01 23:09:33 +0100 |
commit | 58f189fccc72bb8a91de1854e519b47d64fbdbaa (patch) | |
tree | 977aa91b6dd93ab07b22f60f97e8c91533f9125e /drivers/ide/ide-dma.c | |
parent | fadd11c71b5a100fb7560b84a6272b8883082726 (diff) | |
download | kernel-crypto-58f189fccc72bb8a91de1854e519b47d64fbdbaa.tar.gz kernel-crypto-58f189fccc72bb8a91de1854e519b47d64fbdbaa.tar.xz kernel-crypto-58f189fccc72bb8a91de1854e519b47d64fbdbaa.zip |
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/ide-dma.c')
-rw-r--r-- | drivers/ide/ide-dma.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ide/ide-dma.c b/drivers/ide/ide-dma.c index 64fd78ba281..79f795afba2 100644 --- a/drivers/ide/ide-dma.c +++ b/drivers/ide/ide-dma.c @@ -1,7 +1,6 @@ /* - * linux/drivers/ide/ide-dma.c Version 4.10 June 9, 2000 - * * Copyright (c) 1999-2000 Andre Hedrick <andre@linux-ide.org> + * * May be copied or modified under the terms of the GNU General Public License */ |