Re: [PATCH] clk: Really show symbolic clock flags in debugfs

From: Stephen Boyd
Date: Fri Jul 06 2018 - 11:12:35 EST


Quoting Geert Uytterhoeven (2018-07-04 06:01:03)
> The last-minute fold-in of the ENTRY() macro did change behavior:
> instead of printing the symbolic name (e.g. "CLK_IS_BASIC"), it prints
> the expansion of it (e.g. "(1UL << (5))").
>
> Use "#" instead of __stringify() to fix this.

Do we need the stringify.h include anymore then?