ARM: 8349/1: arch/arm/mm/proc-arm925.S: remove dead #ifdef block
authorValentin Rothberg <valentinrothberg@gmail.com>
Thu, 30 Apr 2015 13:36:03 +0000 (14:36 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 3 May 2015 22:22:27 +0000 (23:22 +0100)
commit13f2fa7cb33d82b95e1e1dab8c95fa619b49f418
tree0fb8f95ad83d58a0f6fd385eefb687ca3e3bc941
parent024587dc2137a22096372fc8df4b283e84e057b5
ARM: 8349/1: arch/arm/mm/proc-arm925.S: remove dead #ifdef block

The block could never be compiled;  CPU_ICACHE_STREAMING_DISABLE has not
been defined in Kconfig since the very first Git commit.  Hence, we can
safely remove the entire block.

Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/proc-arm925.S