[ARM] No need to include asm/proc-fns.h into asm/system.h
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 16 Nov 2005 18:36:49 +0000 (18:36 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 16 Nov 2005 18:36:49 +0000 (18:36 +0000)
In the old days when arm26/arm32 was combined into the same
architecture, proc-fns.h provided the xchg implementation for
arm26 CPUs.  Since we no longer combine these two, this include
is no longer required.  Remove it.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found