aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide.c
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-02-01 17:09:33 -0500
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-02-01 17:09:33 -0500
commit58f189fccc72bb8a91de1854e519b47d64fbdbaa (patch)
tree977aa91b6dd93ab07b22f60f97e8c91533f9125e /drivers/ide/ide.c
parentfadd11c71b5a100fb7560b84a6272b8883082726 (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/ide.c')
-rw-r--r--drivers/ide/ide.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c
index 9805c43dfd8a..baf84cd9eb06 100644
--- a/drivers/ide/ide.c
+++ b/drivers/ide/ide.c
@@ -1,6 +1,4 @@
1/* 1/*
2 * linux/drivers/ide/ide.c Version 7.00beta2 Mar 05 2003
3 *
4 * Copyright (C) 1994-1998 Linus Torvalds & authors (see below) 2 * Copyright (C) 1994-1998 Linus Torvalds & authors (see below)
5 */ 3 */
6 4
@@ -46,7 +44,6 @@
46 */ 44 */
47 45
48#define REVISION "Revision: 7.00alpha2" 46#define REVISION "Revision: 7.00alpha2"
49#define VERSION "Id: ide.c 7.00a2 20020906"
50 47
51#define _IDE_C /* Tell ide.h it's really us */ 48#define _IDE_C /* Tell ide.h it's really us */
52 49