From 3cb099f0894c06359dd6495dec81359591d06207 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sun, 13 Apr 2014 19:40:12 +0100 Subject: [PATCH] ARM: remove CPU_CP15 conditional from alignment.c alignment.c will not be built unless CPU_CP15 is set: config CPU_CP15 bool config CPU_CP15_MMU bool select CPU_CP15 config ALIGNMENT_TRAP bool depends on CPU_CP15_MMU So there's no point having conditionals on CPU_CP15 within this code. Signed-off-by: Russell King --- Reading git-format-patch failed