diff options
| author | 2008-11-02 21:40:08 +0100 | |
|---|---|---|
| committer | 2008-11-02 21:40:08 +0100 | |
| commit | ccd32e221c3e3797ac56305c554ad8b07c13c815 (patch) | |
| tree | 268b210e3fe31b7de7f06ba1e88aaa681f4d9b6e /drivers/ide/scc_pata.c | |
| parent | ide-cd: fix DMA alignment regression (diff) | |
| download | linux-dev-ccd32e221c3e3797ac56305c554ad8b07c13c815.tar.xz linux-dev-ccd32e221c3e3797ac56305c554ad8b07c13c815.zip | |
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/scc_pata.c')
| -rw-r--r-- | drivers/ide/scc_pata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/scc_pata.c b/drivers/ide/scc_pata.c index f26aa5d54efb..0f48f9dacfa5 100644 --- a/drivers/ide/scc_pata.c +++ b/drivers/ide/scc_pata.c @@ -5,7 +5,7 @@ * * This code is based on drivers/ide/pci/siimage.c: * Copyright (C) 2001-2002 Andre Hedrick <andre@linux-ide.org> - * Copyright (C) 2003 Red Hat <alan@redhat.com> + * Copyright (C) 2003 Red Hat * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |
