From 06769644f740dc982a16266ec3bbc42928f9c10c Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Thu, 4 Sep 2003 19:35:59 +0000 Subject: [PATCH] fixed linux* and linux24 (horizon driver issue) for powerpc git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1308 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- .../base/linux24/arch-ppc-horizon-name-clash.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/base/linux24/arch-ppc-horizon-name-clash.patch diff --git a/package/base/linux24/arch-ppc-horizon-name-clash.patch b/package/base/linux24/arch-ppc-horizon-name-clash.patch new file mode 100644 index 000000000..f5235c0d2 --- /dev/null +++ b/package/base/linux24/arch-ppc-horizon-name-clash.patch @@ -0,0 +1,11 @@ +--- ./drivers/atm/horizon.c.orig 2003-09-04 20:22:19.000000000 +0200 ++++ ./drivers/atm/horizon.c 2003-09-04 20:24:36.000000000 +0200 +@@ -481,7 +481,7 @@ + return; + } + +-static inline void dump_regs (hrz_dev * dev) { ++static inline void dump_horizon_regs (hrz_dev * dev) { + #ifdef DEBUG_HORIZON + PRINTD (DBG_REGS, "CONTROL 0: %#x", rd_regl (dev, CONTROL_0_REG)); + PRINTD (DBG_REGS, "RX CONFIG: %#x", rd_regw (dev, RX_CONFIG_OFF));