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/piix.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/piix.c')
| -rw-r--r-- | drivers/ide/piix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/piix.c b/drivers/ide/piix.c index d63f9fdca76b..61d2d920a5cd 100644 --- a/drivers/ide/piix.c +++ b/drivers/ide/piix.c @@ -1,7 +1,7 @@ /* * Copyright (C) 1998-1999 Andrzej Krzysztofowicz, Author and Maintainer * Copyright (C) 1998-2000 Andre Hedrick <andre@linux-ide.org> - * Copyright (C) 2003 Red Hat Inc <alan@redhat.com> + * Copyright (C) 2003 Red Hat * Copyright (C) 2006-2007 MontaVista Software, Inc. <source@mvista.com> * * May be copied or modified under the terms of the GNU General Public License |
