The REG_R9 define is cut and pasted twice, so we can remove the second define. Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html