diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2008-11-02 23:40:08 +0300 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-11-02 23:40:08 +0300 |
commit | ccd32e221c3e3797ac56305c554ad8b07c13c815 (patch) | |
tree | 268b210e3fe31b7de7f06ba1e88aaa681f4d9b6e /drivers/ide/ide-disk.c | |
parent | 9bd27cba1aeacb6b12d05f4e5ed6361072f08fe0 (diff) | |
download | linux-ccd32e221c3e3797ac56305c554ad8b07c13c815.tar.xz |
ide: Switch to a common address
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-disk.c')
-rw-r--r-- | drivers/ide/ide-disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-disk.c b/drivers/ide/ide-disk.c index e5adebe8ac2c..eb9fac4d0f0c 100644 --- a/drivers/ide/ide-disk.c +++ b/drivers/ide/ide-disk.c @@ -2,7 +2,7 @@ * Copyright (C) 1994-1998 Linus Torvalds & authors (see below) * Copyright (C) 1998-2002 Linux ATA Development * Andre Hedrick <andre@linux-ide.org> - * Copyright (C) 2003 Red Hat <alan@redhat.com> + * Copyright (C) 2003 Red Hat * Copyright (C) 2003-2005, 2007 Bartlomiej Zolnierkiewicz */ |