commit | ada406c8246b0792afe4d7f8ae7606093052de87 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | Fri Nov 03 13:18:06 2006 +0000 |
committer | Jeff Garzik <jeff@garzik.org> | Fri Dec 01 22:41:31 2006 -0500 |
tree | 1ce2e8532432d565089d22e72ad0164678924ba0 | |
parent | 415ae2b5c03b6ed1a041a473885e502d297e1d37 [diff] |
[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>