]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit382eb144b7498a9a6628daea0015356097f95ac1
tree1ce2e8532432d565089d22e72ad0164678924ba0
parent40745860e9777b67b6909e6b701f0e5cfd07311c
[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