[PATCH v2 3/7] clk: Amlogic: Add reset controller for CPU cores for Meson8b

Arnd Bergmann arnd at arndb.de
Wed Dec 2 11:39:16 PST 2015


On Wednesday 02 December 2015 18:22:29 Carlo Caione wrote:
>  
> +#define RST_CORE0              0
> +#define RST_CORE1              1
> +#define RST_CORE2              2
> +#define RST_CORE3              3

These defines are rather silly and just cause interdependencies with the header
file. Just drop them and use the numbers directly.

	Arnd



More information about the linux-arm-kernel mailing list