[PATCH] pdc202xx_old: Fix name clashes with PA-RISC
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Fri, 3 Nov 2006 13:18:06 +0000 (13:18 +0000)
committerJeff Garzik <jeff@garzik.org>
Sat, 2 Dec 2006 03:41:31 +0000 (22:41 -0500)
commitada406c8246b0792afe4d7f8ae7606093052de87
tree1ce2e8532432d565089d22e72ad0164678924ba0
parent415ae2b5c03b6ed1a041a473885e502d297e1d37
[PATCH] pdc202xx_old: Fix name clashes with PA-RISC

pdc_* functions are part of the global namespace for the PDC on PA-RISC
systems and this means our choice of pdc_ causes collisions between the
PDC globals and our static functions. Rename them to pdc202xx where they
are for both 2024x and 2026x.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/pata_pdc202xx_old.c