namespace pollution

From: Russell King
Date: Thu May 13 2004 - 03:52:44 EST


One of the threads on lkml just highlighted this issue:

It appears that we have namespace issues. "set_cr" is in use by both ARM
and ATM. I'll cook up a patch later today (if I remember.)

$ grep set_cr drivers/atm include/asm-arm -r
drivers/atm/horizon.c: int set_cr (void) {
drivers/atm/horizon.c: PRINTD (DBG_QOS, "set_cr internal failure: d=%u p=%u",
drivers/atm/horizon.c: return set_cr ();
drivers/atm/horizon.c: return set_cr ();
drivers/atm/horizon.c: return set_cr ();
include/asm-arm/system.h:#define set_cr(x) \

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 PCMCIA - http://pcmcia.arm.linux.org.uk/
2.6 Serial core
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/