[patch] arm: nwfpe: remove duplicate REG_R9 define
Dan Carpenter
dan.carpenter at oracle.com
Mon Jun 9 08:14:48 PDT 2014
The REG_R9 define is cut and pasted twice, so we can remove the second
define.
Signed-off-by: Dan Carpenter <dan.carpenter at oracle.com>
diff --git a/arch/arm/nwfpe/fpmodule.h b/arch/arm/nwfpe/fpmodule.h
index 5c2e8e4..acf4779 100644
--- a/arch/arm/nwfpe/fpmodule.h
+++ b/arch/arm/nwfpe/fpmodule.h
@@ -33,7 +33,6 @@
#define REG_FP 11
#define REG_R10 10
#define REG_R9 9
-#define REG_R9 9
#define REG_R8 8
#define REG_R7 7
#define REG_R6 6
More information about the linux-arm-kernel
mailing list