Skip to content

Commit 3bad719

Browse files
ozbenhmpe
authored andcommitted
powerpc/prom_init: Make of_workarounds static
It's not used anywhere else. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
1 parent 1b2443a commit 3bad719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/kernel/prom_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
#define OF_WORKAROUNDS 0
8888
#else
8989
#define OF_WORKAROUNDS of_workarounds
90-
int of_workarounds;
90+
static int of_workarounds;
9191
#endif
9292

9393
#define OF_WA_CLAIM 1 /* do phys/virt claim separately, then map */

0 commit comments

Comments
 (0)