Re: [PATCH] macintosh: ans-lcd: make anslcd_logo static and __initconst

2019-11-14 Thread Michael Ellerman
On Fri, 2018-11-02 at 21:17:06 UTC, Rasmus Villemoes wrote: > This variable has no reason to have external linkage, and since it is > only used in an __init function, it might as well be made __initconst > also. > > Signed-off-by: Rasmus Villemoes Applied to powerpc next, thanks.

[PATCH] macintosh: ans-lcd: make anslcd_logo static and __initconst

2018-11-02 Thread Rasmus Villemoes
This variable has no reason to have external linkage, and since it is only used in an __init function, it might as well be made __initconst also. Signed-off-by: Rasmus Villemoes --- drivers/macintosh/ans-lcd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git