[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)
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>

No differences found