From 8590786acfc3d2afb46f739c2e72b98ef3d9e172 Mon Sep 17 00:00:00 2001 From: Eric Nelson Date: Thu, 31 Aug 2017 08:34:23 -0700 Subject: imx: imx7d: remove CamelCase from ENET_xMHz macros Update these macros to use all upper-case to avoid checkpatch warnings: ENET_25MHz, ENET_50MHz, ENET_125MHz, Signed-off-by: Eric Nelson Reviewed-by: Stefano Babic --- arch/arm/include/asm/arch-mx7/clock.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arch/arm/include/asm/arch-mx7') diff --git a/arch/arm/include/asm/arch-mx7/clock.h b/arch/arm/include/asm/arch-mx7/clock.h index 688d2361df..3b115ad57c 100644 --- a/arch/arm/include/asm/arch-mx7/clock.h +++ b/arch/arm/include/asm/arch-mx7/clock.h @@ -318,9 +318,9 @@ struct clk_root_map { }; enum enet_freq { - ENET_25MHz, - ENET_50MHz, - ENET_125MHz, + ENET_25MHZ, + ENET_50MHZ, + ENET_125MHZ, }; u32 get_root_clk(enum clk_root_index clock_id); -- cgit