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/ide-pnp.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/ide-pnp.c')
-rw-r--r-- | drivers/ide/ide-pnp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ide/ide-pnp.c b/drivers/ide/ide-pnp.c index cbbb0f75be92..4bda5cf2be37 100644 --- a/drivers/ide/ide-pnp.c +++ b/drivers/ide/ide-pnp.c | |||
@@ -1,6 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * linux/drivers/ide/ide-pnp.c | ||
3 | * | ||
4 | * This file provides autodetection for ISA PnP IDE interfaces. | 2 | * This file provides autodetection for ISA PnP IDE interfaces. |
5 | * It was tested with "ESS ES1868 Plug and Play AudioDrive" IDE interface. | 3 | * It was tested with "ESS ES1868 Plug and Play AudioDrive" IDE interface. |
6 | * | 4 | * |