OSDN Git Service

macintosh: ans-lcd: make anslcd_logo static and __initconst
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Fri, 2 Nov 2018 21:17:06 +0000 (22:17 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 5 Nov 2019 13:28:59 +0000 (00:28 +1100)
commit3775026a654c15c92c8ac2d53f3fd14fdd1980df
tree0693195661ff38ed203627a010b4eb696a48fda9
parent3b05a1e517e1a8cfda4866ec31d28b2bc4fee4c4
macintosh: ans-lcd: make anslcd_logo static and __initconst

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 <linux@rasmusvillemoes.dk>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20181102211707.10229-1-linux@rasmusvillemoes.dk
drivers/macintosh/ans-lcd.c